Html Css Color HEX #01BBCC Iris Blue

📋 copy color: '#01BBCC'

red 1 ◦ green 187 ◦ blue 204

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

Shades of Iris Blue #01BBCC

Tints of Iris Blue #01BBCC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 47.7%

 BLUE value IS 204 (80.08% from 255) = 52.04%

R = 0.26%
G = 47.7%
B = 52.04%

CMYK

 C value IS 1.00

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#01BBCC (or 0x01BBCC) is known color: Iris Blue. HEX triplet: 01, BB and CC. RGB value is (1,187,204). Sum of RGB (Red+Green+Blue) = 1+187+204=392 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 392); Green value is 187 (73.44% from 255 or 47.70% from 392); Blue value is 204 (80.08% from 255 or 52.04% from 392); Max value from RGB is 204 - color contains mainly: blue. Hex color #01BBCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BBCC is #FE4433. Grayscale: #858585. Windows color (decimal): -16663604 or 13417217. OLE color: 13417217.

HSL color Cylindrical-coordinate representation of color #01BBCC: hue angle of 185.02º 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 #01BBCC is Cyan = 1.00, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 1 187 204 -
CMYK 1.00 0.08 0 0.2
HSL 185.02º 0.99% 0.4% -
HSV(B) 185.02º 1% 0.8% -
XYZ 28.68 39.91 63.32 -
YUV 133.32 167.88 33.62 -
System Red Green Blue C M Y K H S L
Decimal 1 187 204 1.00 0.08 0 0.2 185.02 0.99 0.4
Hex 1 BB CC 64 8 0 14 B9 63 28
Octal 1 273 314 144 10 0 24 271 143 50
Binary 1 10111011 11001100 1100100 1000 0 10100 10111001 1100011 101000

Color Harmonies of #01BBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BBCC

Black with #01BBCC

Text Example


Text Example

White with #01BBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,187,204); }

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

background-color css

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

 a { background-color: rgb(1,187,204); }

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

border-color css

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

 span { border-color: rgb(1,187,204); }

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