Html Css Color HEX #03BBBC Iris Blue

📋 copy color: '#03BBBC'

red 3 ◦ green 187 ◦ blue 188

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

Shades of Iris Blue #03BBBC

Tints of Iris Blue #03BBBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.74%

R = 0.79%
G = 49.47%
B = 49.74%

CMYK

 C value IS 0.98

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#03BBBC (or 0x03BBBC) is known color: Iris Blue. HEX triplet: 03, BB and BC. RGB value is (3,187,188). Sum of RGB (Red+Green+Blue) = 3+187+188=378 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 378); Green value is 187 (73.44% from 255 or 49.47% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #03BBBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BBBC is #FC4443. Grayscale: #838383. Windows color (decimal): -16532548 or 12368643. OLE color: 12368643.

HSL color Cylindrical-coordinate representation of color #03BBBC: hue angle of 180.32º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BBBC is Cyan = 0.98, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 3 187 188 -
CMYK 0.98 0.01 0 0.26
HSL 180.32º 0.97% 0.37% -
HSV(B) 180.32º 0.98% 0.74% -
XYZ 26.88 39.19 53.72 -
YUV 132.1 159.54 35.92 -
System Red Green Blue C M Y K H S L
Decimal 3 187 188 0.98 0.01 0 0.26 180.32 0.97 0.37
Hex 3 BB BC 62 1 0 1A B4 61 25
Octal 3 273 274 142 1 0 32 264 141 45
Binary 11 10111011 10111100 1100010 1 0 11010 10110100 1100001 100101

Color Harmonies of #03BBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BBBC

Black with #03BBBC

Text Example


Text Example

White with #03BBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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