#03BACC

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

Shades of Iris Blue #03BACC

Tints of Iris Blue #03BACC

Color information

#03BACC (or 0x03BACC) is unknown color: approx Iris Blue. HEX triplet: 03, BA and CC. RGB value is (3,186,204). Sum of RGB (Red+Green+Blue) = 3+186+204=393 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 393); Green value is 186 (73.05% from 255 or 47.33% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #03BACC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BACC is #FC4533. Grayscale: #858585. Windows color (decimal): -16532788 or 13416963. OLE color: 13416963.

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

Color convert

RGB3186204-
CMYK0.990.0900.2
HSL185.37º97.1%40.59%-
HSV(B)185.37º98.53%80%-
XYZ28.539.563.25-
YUV133.33167.8735.04-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.76%
GREEN value IS 186 (73.05% from 255) = 47.33%
BLUE value IS 204 (80.08% from 255) = 51.91%
R=0.76%
G=47.33%
B=51.91%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal31862040.990.0900.2185.3797.140.59
Hex3BACC639014b96129
Octal32723141431102427114151
Binary11101110101100110011000111001010100101110011100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03BACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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