#03BAD0

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

Shades of Iris Blue #03BAD0

Tints of Iris Blue #03BAD0

Color information

#03BAD0 (or 0x03BAD0) is unknown color: approx Iris Blue. HEX triplet: 03, BA and D0. RGB value is (3,186,208). Sum of RGB (Red+Green+Blue) = 3+186+208=397 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 208 (81.64% from 255 or 52.39% from 397); Max value from RGB is 208 - color contains mainly: blue. Hex color #03BAD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BAD0 is #FC452F. Grayscale: #858585. Windows color (decimal): -16532784 or 13679107. OLE color: 13679107.

HSL color Cylindrical-coordinate representation of color #03BAD0: hue angle of 186.44º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03BAD0 is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB3186208-
CMYK0.990.1100.18
HSL186.44º97.16%41.37%-
HSV(B)186.44º98.56%81.57%-
XYZ28.9839.6965.81-
YUV133.79169.8734.71-

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) = 46.85%
BLUE value IS 208 (81.64% from 255) = 52.39%
R=0.76%
G=46.85%
B=52.39%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal31862080.990.1100.18186.4497.1641.37
Hex3BAD063B012ba6129
Octal32723201431302227214151
Binary11101110101101000011000111011010010101110101100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03BAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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