#01B3D0

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

Shades of Iris Blue #01B3D0

Tints of Iris Blue #01B3D0

Color information

#01B3D0 (or 0x01B3D0) is unknown color: approx Iris Blue. HEX triplet: 01, B3 and D0. RGB value is (1,179,208). Sum of RGB (Red+Green+Blue) = 1+179+208=388 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 388); Green value is 179 (70.31% from 255 or 46.13% from 388); Blue value is 208 (81.64% from 255 or 53.61% from 388); Max value from RGB is 208 - color contains mainly: blue. Hex color #01B3D0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01B3D0 is #FE4C2F. Grayscale: #808080. Windows color (decimal): -16665648 or 13677313. OLE color: 13677313.

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

Color convert

RGB1179208-
CMYK1.000.1400.18
HSL188.41º99.04%40.98%-
HSV(B)188.41º99.52%81.57%-
XYZ27.5236.865.33-
YUV129.08172.5336.64-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.26%
GREEN value IS 179 (70.31% from 255) = 46.13%
BLUE value IS 208 (81.64% from 255) = 53.61%
R=0.26%
G=46.13%
B=53.61%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal11792081.000.1400.18188.4199.0440.98
Hex1B3D064E012bc6329
Octal12633201441602227414351
Binary1101100111101000011001001110010010101111001100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01B3D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,179,208); }

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

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

 a { background-color: rgb(1,179,208); }

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

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

 span { border-color: rgb(1,179,208); }

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