Html Css Color HEX #03BBCD Iris Blue

📋 copy color: '#03BBCD'

red 3 ◦ green 187 ◦ blue 205

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

Shades of Iris Blue #03BBCD

Tints of Iris Blue #03BBCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.9%

R = 0.76%
G = 47.34%
B = 51.9%

CMYK

 C value IS 0.99

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#03BBCD (or 0x03BBCD) is known color: Iris Blue. HEX triplet: 03, BB and CD. RGB value is (3,187,205). Sum of RGB (Red+Green+Blue) = 3+187+205=395 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 395); Green value is 187 (73.44% from 255 or 47.34% from 395); Blue value is 205 (80.47% from 255 or 51.90% from 395); Max value from RGB is 205 - color contains mainly: blue. Hex color #03BBCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BBCD is #FC4432. Grayscale: #858585. Windows color (decimal): -16532531 or 13482755. OLE color: 13482755.

HSL color Cylindrical-coordinate representation of color #03BBCD: hue angle of 185.35º 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 #03BBCD is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 3 187 205 -
CMYK 0.99 0.09 0 0.20
HSL 185.35º 0.97% 0.41% -
HSV(B) 185.35º 0.99% 0.8% -
XYZ 28.83 39.97 63.95 -
YUV 134.04 168.04 34.54 -
System Red Green Blue C M Y K H S L
Decimal 3 187 205 0.99 0.09 0 0.20 185.35 0.97 0.41
Hex 3 BB CD 63 9 0 14 B9 61 29
Octal 3 273 315 143 11 0 24 271 141 51
Binary 11 10111011 11001101 1100011 1001 0 10100 10111001 1100001 101001

Color Harmonies of #03BBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BBCD

Black with #03BBCD

Text Example


Text Example

White with #03BBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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