#0FB7E0

Color #0FB7E0 Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #0FB7E0

Tints of Iris Blue #0FB7E0

Color information

#0FB7E0 (or 0x0FB7E0) is unknown color: approx Iris Blue. HEX triplet: 0F, B7 and E0. RGB value is (15,183,224). Sum of RGB (Red+Green+Blue) = 15+183+224=422 (55% of max value = 765). Red value is 15 (6.25% from 255 or 3.55% from 422); Green value is 183 (71.88% from 255 or 43.36% from 422); Blue value is 224 (87.89% from 255 or 53.08% from 422); Max value from RGB is 224 - color contains mainly: blue. Hex color #0FB7E0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FB7E0 is #F0481F. Grayscale: #898989. Windows color (decimal): -15747104 or 14726927. OLE color: 14726927.

HSL color Cylindrical-coordinate representation of color #0FB7E0: hue angle of 191.77º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FB7E0 is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB15183224-
CMYK0.930.1800.12
HSL191.77º87.45%46.86%-
HSV(B)191.77º93.3%87.84%-
XYZ30.5939.3576.5-
YUV137.44176.8440.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 15 (6.25% from 255) = 3.55%
GREEN value IS 183 (71.88% from 255) = 43.36%
BLUE value IS 224 (87.89% from 255) = 53.08%
R=3.55%
G=43.36%
B=53.08%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal151832240.930.1800.12191.7787.4546.86
HexFB7E05D120Cc0572f
Octal172673401352201430012757
Binary1111101101111110000010111011001001100110000001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB7E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0FB7E0; }

 p { color: rgb(15,183,224); }

 H1.HeaderClassName
 {
   color: #0FB7E0;
 }
 .AnyTagClassName
 {
   color: #0FB7E0;
 }
</style>
background-color css

<style>
 a { background-color: #0FB7E0; }

 a { background-color: rgb(15,183,224); }

 div.DivClassName
 {
   background-color: #0FB7E0;
 }
 .BgClassName
 {
   background-color: #0FB7E0;
 }
</style>
border-color css

<style>
 span { border-color: #0FB7E0; }

 span { border-color: rgb(15,183,224); }

 td.TdClassName
 {
   border-color: #0FB7E0;
 }
 .TagClassName
 {
   border-color: #0FB7E0;
 }
</style>