#03BBBE

Color #03BBBE Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #03BBBE

Tints of Iris Blue #03BBBE

Color information

#03BBBE (or 0x03BBBE) is unknown color: approx Iris Blue. HEX triplet: 03, BB and BE. RGB value is (3,187,190). Sum of RGB (Red+Green+Blue) = 3+187+190=380 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 380); Green value is 187 (73.44% from 255 or 49.21% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #03BBBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BBBE is #FC4441. Grayscale: #848484. Windows color (decimal): -16532546 or 12499715. OLE color: 12499715.

HSL color Cylindrical-coordinate representation of color #03BBBE: hue angle of 180.96º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BBBE is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3187190-
CMYK0.980.0200.25
HSL180.96º96.89%37.84%-
HSV(B)180.96º98.42%74.51%-
XYZ27.139.2854.87-
YUV132.33160.5435.76-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.79%
GREEN value IS 187 (73.44% from 255) = 49.21%
BLUE value IS 190 (74.61% from 255) = 50%
R=0.79%
G=49.21%
B=50%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal31871900.980.0200.25180.9696.8937.84
Hex3BBBE622019b56126
Octal3273276142203126514146
Binary111011101110111110110001010011001101101011100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03BBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #03BBBE;
 }
 .AnyTagClassName
 {
   color: #03BBBE;
 }
</style>
background-color css

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

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

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

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

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

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