Html Css Color HEX #03BBDD Iris Blue

📋 copy color: '#03BBDD'

red 3 ◦ green 187 ◦ blue 221

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

Shades of Iris Blue #03BBDD

Tints of Iris Blue #03BBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.77%

R = 0.73%
G = 45.5%
B = 53.77%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#03BBDD (or 0x03BBDD) is known color: Iris Blue. HEX triplet: 03, BB and DD. RGB value is (3,187,221). Sum of RGB (Red+Green+Blue) = 3+187+221=411 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.73% from 411); Green value is 187 (73.44% from 255 or 45.50% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #03BBDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BBDD is #FC4422. Grayscale: #878787. Windows color (decimal): -16532515 or 14531331. OLE color: 14531331.

HSL color Cylindrical-coordinate representation of color #03BBDD: hue angle of 189.36º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03BBDD is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 3 187 221 -
CMYK 0.99 0.15 0 0.13
HSL 189.36º 0.97% 0.44% -
HSV(B) 189.36º 0.99% 0.87% -
XYZ 30.86 40.78 74.65 -
YUV 135.86 176.04 33.24 -
System Red Green Blue C M Y K H S L
Decimal 3 187 221 0.99 0.15 0 0.13 189.36 0.97 0.44
Hex 3 BB DD 63 F 0 D BD 61 2C
Octal 3 273 335 143 17 0 15 275 141 54
Binary 11 10111011 11011101 1100011 1111 0 1101 10111101 1100001 101100

Color Harmonies of #03BBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BBDD

Black with #03BBDD

Text Example


Text Example

White with #03BBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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