#0FB5DE

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

Shades of Iris Blue #0FB5DE

Tints of Iris Blue #0FB5DE

Color information

#0FB5DE (or 0x0FB5DE) is unknown color: approx Iris Blue. HEX triplet: 0F, B5 and DE. RGB value is (15,181,222). Sum of RGB (Red+Green+Blue) = 15+181+222=418 (55% of max value = 765). Red value is 15 (6.25% from 255 or 3.59% from 418); Green value is 181 (71.09% from 255 or 43.30% from 418); Blue value is 222 (87.11% from 255 or 53.11% from 418); Max value from RGB is 222 - color contains mainly: blue. Hex color #0FB5DE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FB5DE is #F04A21. Grayscale: #878787. Windows color (decimal): -15747618 or 14595343. OLE color: 14595343.

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

Color convert

RGB15181222-
CMYK0.930.1800.13
HSL191.88º87.34%46.47%-
HSV(B)191.88º93.24%87.06%-
XYZ29.9138.4274.95-
YUV136.04176.541.67-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.59%
GREEN value IS 181 (71.09% from 255) = 43.30%
BLUE value IS 222 (87.11% from 255) = 53.11%
R=3.59%
G=43.30%
B=53.11%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal151812220.930.1800.13191.8887.3446.47
HexFB5DE5D120Dc0572e
Octal172653361352201530012756
Binary1111101101011101111010111011001001101110000001010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,181,222); }

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

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

 a { background-color: rgb(15,181,222); }

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

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

 span { border-color: rgb(15,181,222); }

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