Html Css Color HEX #01B5CB Iris Blue

📋 copy color: '#01B5CB'

red 1 ◦ green 181 ◦ blue 203

#01B5CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iris Blue #01B5CB

Tints of Iris Blue #01B5CB

RGB

 RED value IS 1 (0.78% from 255) = 0.26%

 GREEN value IS 181 (71.09% from 255) = 47.01%

 BLUE value IS 203 (79.69% from 255) = 52.73%

R = 0.26%
G = 47.01%
B = 52.73%

CMYK

 C value IS 1.00

 M value IS 0.11

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#01B5CB (or 0x01B5CB) is known color: Iris Blue. HEX triplet: 01, B5 and CB. RGB value is (1,181,203). Sum of RGB (Red+Green+Blue) = 1+181+203=385 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 385); Green value is 181 (71.09% from 255 or 47.01% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #01B5CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01B5CB is #FE4A34. Grayscale: #818181. Windows color (decimal): -16665141 or 13350145. OLE color: 13350145.

HSL color Cylindrical-coordinate representation of color #01B5CB: hue angle of 186.53º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01B5CB is Cyan = 1.00, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 1 181 203 -
CMYK 1.00 0.11 0 0.20
HSL 186.53º 0.99% 0.4% -
HSV(B) 186.53º 1% 0.8% -
XYZ 27.32 37.37 62.27 -
YUV 129.69 169.37 36.21 -
System Red Green Blue C M Y K H S L
Decimal 1 181 203 1.00 0.11 0 0.20 186.53 0.99 0.4
Hex 1 B5 CB 64 B 0 14 BB 63 28
Octal 1 265 313 144 13 0 24 273 143 50
Binary 1 10110101 11001011 1100100 1011 0 10100 10111011 1100011 101000

Color Harmonies of #01B5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B5CB

Black with #01B5CB

Text Example


Text Example

White with #01B5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,181,203); }

 H1.HeaderClassName
 {
   color: #01B5CB;
 }
 .AnyTagClassName
 {
   color: #01B5CB;
 }
</style>

background-color css

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

 a { background-color: rgb(1,181,203); }

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

border-color css

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

 span { border-color: rgb(1,181,203); }

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