Html Css Color HEX #03BBBA Iris Blue

📋 copy color: '#03BBBA'

red 3 ◦ green 187 ◦ blue 186

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

Shades of Iris Blue #03BBBA

Tints of Iris Blue #03BBBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.47%

R = 0.8%
G = 49.73%
B = 49.47%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#03BBBA (or 0x03BBBA) is known color: Iris Blue. HEX triplet: 03, BB and BA. RGB value is (3,187,186). Sum of RGB (Red+Green+Blue) = 3+187+186=376 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 376); Green value is 187 (73.44% from 255 or 49.73% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 187 - color contains mainly: green. Hex color #03BBBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BBBA is #FC4445. Grayscale: #838383. Windows color (decimal): -16532550 or 12237571. OLE color: 12237571.

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

Color convert

RGB 3 187 186 -
CMYK 0.98 0 0.01 0.27
HSL 179.67º 0.97% 0.37% -
HSV(B) 179.67º 0.98% 0.73% -
XYZ 26.67 39.11 52.6 -
YUV 131.87 158.54 36.08 -
System Red Green Blue C M Y K H S L
Decimal 3 187 186 0.98 0 0.01 0.27 179.67 0.97 0.37
Hex 3 BB BA 62 0 1 1B B4 61 25
Octal 3 273 272 142 0 1 33 264 141 45
Binary 11 10111011 10111010 1100010 0 1 11011 10110100 1100001 100101

Color Harmonies of #03BBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BBBA

Black with #03BBBA

Text Example


Text Example

White with #03BBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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