#01B2D9

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

Shades of Iris Blue #01B2D9

Tints of Iris Blue #01B2D9

Color information

#01B2D9 (or 0x01B2D9) is unknown color: approx Iris Blue. HEX triplet: 01, B2 and D9. RGB value is (1,178,217). Sum of RGB (Red+Green+Blue) = 1+178+217=396 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 396); Green value is 178 (69.92% from 255 or 44.95% from 396); Blue value is 217 (85.16% from 255 or 54.80% from 396); Max value from RGB is 217 - color contains mainly: blue. Hex color #01B2D9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01B2D9 is #FE4D26. Grayscale: #818181. Windows color (decimal): -16665895 or 14266881. OLE color: 14266881.

HSL color Cylindrical-coordinate representation of color #01B2D9: hue angle of 190.83º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01B2D9 is Cyan = 1.00, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB1178217-
CMYK1.000.1800.15
HSL190.83º99.08%42.75%-
HSV(B)190.83º99.54%85.1%-
XYZ28.4636.8671.26-
YUV129.52177.3636.33-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.25%
GREEN value IS 178 (69.92% from 255) = 44.95%
BLUE value IS 217 (85.16% from 255) = 54.80%
R=0.25%
G=44.95%
B=54.80%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal11782171.000.1800.15190.8399.0842.75
Hex1B2D964120Fbf632b
Octal12623311442201727714353
Binary1101100101101100111001001001001111101111111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01B2D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01B2D9; }

 p { color: rgb(1,178,217); }

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

<style>
 a { background-color: #01B2D9; }

 a { background-color: rgb(1,178,217); }

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

<style>
 span { border-color: #01B2D9; }

 span { border-color: rgb(1,178,217); }

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