Html Css Color HEX #03BBCC Iris Blue

📋 copy color: '#03BBCC'

red 3 ◦ green 187 ◦ blue 204

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

Shades of Iris Blue #03BBCC

Tints of Iris Blue #03BBCC

RGB

 RED value IS 3 (1.56% from 255) = 0.76%

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

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

R = 0.76%
G = 47.46%
B = 51.78%

CMYK

 C value IS 0.99

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#03BBCC (or 0x03BBCC) is known color: Iris Blue. HEX triplet: 03, BB and CC. RGB value is (3,187,204). Sum of RGB (Red+Green+Blue) = 3+187+204=394 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 394); Green value is 187 (73.44% from 255 or 47.46% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #03BBCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BBCC is #FC4433. Grayscale: #858585. Windows color (decimal): -16532532 or 13417219. OLE color: 13417219.

HSL color Cylindrical-coordinate representation of color #03BBCC: hue angle of 185.07º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03BBCC is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 3 187 204 -
CMYK 0.99 0.08 0 0.2
HSL 185.07º 0.97% 0.41% -
HSV(B) 185.07º 0.99% 0.8% -
XYZ 28.71 39.92 63.32 -
YUV 133.92 167.54 34.62 -
System Red Green Blue C M Y K H S L
Decimal 3 187 204 0.99 0.08 0 0.2 185.07 0.97 0.41
Hex 3 BB CC 63 8 0 14 B9 61 29
Octal 3 273 314 143 10 0 24 271 141 51
Binary 11 10111011 11001100 1100011 1000 0 10100 10111001 1100001 101001

Color Harmonies of #03BBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BBCC

Black with #03BBCC

Text Example


Text Example

White with #03BBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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