#01B2D3

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

Shades of Iris Blue #01B2D3

Tints of Iris Blue #01B2D3

Color information

#01B2D3 (or 0x01B2D3) is unknown color: approx Iris Blue. HEX triplet: 01, B2 and D3. RGB value is (1,178,211). Sum of RGB (Red+Green+Blue) = 1+178+211=390 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 390); Green value is 178 (69.92% from 255 or 45.64% from 390); Blue value is 211 (82.81% from 255 or 54.10% from 390); Max value from RGB is 211 - color contains mainly: blue. Hex color #01B2D3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01B2D3 is #FE4D2C. Grayscale: #808080. Windows color (decimal): -16665901 or 13873665. OLE color: 13873665.

HSL color Cylindrical-coordinate representation of color #01B2D3: hue angle of 189.43º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01B2D3 is Cyan = 1.00, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB1178211-
CMYK1.000.1600.17
HSL189.43º99.06%41.57%-
HSV(B)189.43º99.53%82.75%-
XYZ27.6936.5567.22-
YUV128.84174.3636.82-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.26%
GREEN value IS 178 (69.92% from 255) = 45.64%
BLUE value IS 211 (82.81% from 255) = 54.10%
R=0.26%
G=45.64%
B=54.10%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal11782111.000.1600.17189.4399.0641.57
Hex1B2D36410011bd632a
Octal12623231442002127514352
Binary11011001011010011110010010000010001101111011100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01B2D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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