#03B9D0

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

Shades of Iris Blue #03B9D0

Tints of Iris Blue #03B9D0

Color information

#03B9D0 (or 0x03B9D0) is unknown color: approx Iris Blue. HEX triplet: 03, B9 and D0. RGB value is (3,185,208). Sum of RGB (Red+Green+Blue) = 3+185+208=396 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 396); Green value is 185 (72.66% from 255 or 46.72% from 396); Blue value is 208 (81.64% from 255 or 52.53% from 396); Max value from RGB is 208 - color contains mainly: blue. Hex color #03B9D0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03B9D0 is #FC462F. Grayscale: #848484. Windows color (decimal): -16533040 or 13678851. OLE color: 13678851.

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

Color convert

RGB3185208-
CMYK0.990.1100.18
HSL186.73º97.16%41.37%-
HSV(B)186.73º98.56%81.57%-
XYZ28.7739.2765.74-
YUV133.2170.235.13-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.76%
GREEN value IS 185 (72.66% from 255) = 46.72%
BLUE value IS 208 (81.64% from 255) = 52.53%
R=0.76%
G=46.72%
B=52.53%

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
Decimal31852080.990.1100.18186.7397.1641.37
Hex3B9D063B012bb6129
Octal32713201431302227314151
Binary11101110011101000011000111011010010101110111100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03B9D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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