#03B0D3

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

Shades of Iris Blue #03B0D3

Tints of Iris Blue #03B0D3

Color information

#03B0D3 (or 0x03B0D3) is unknown color: approx Iris Blue. HEX triplet: 03, B0 and D3. RGB value is (3,176,211). Sum of RGB (Red+Green+Blue) = 3+176+211=390 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 390); Green value is 176 (69.14% from 255 or 45.13% from 390); Blue value is 211 (82.81% from 255 or 54.10% from 390); Max value from RGB is 211 - color contains mainly: blue. Hex color #03B0D3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03B0D3 is #FC4F2C. Grayscale: #7F7F7F. Windows color (decimal): -16535341 or 13873155. OLE color: 13873155.

HSL color Cylindrical-coordinate representation of color #03B0D3: hue angle of 190.1º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03B0D3 is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB3176211-
CMYK0.990.1700.17
HSL190.1º97.2%41.96%-
HSV(B)190.1º98.58%82.75%-
XYZ27.3235.7767.09-
YUV128.26174.6938.65-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.77%
GREEN value IS 176 (69.14% from 255) = 45.13%
BLUE value IS 211 (82.81% from 255) = 54.10%
R=0.77%
G=45.13%
B=54.10%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal31762110.990.1700.17190.197.241.96
Hex3B0D36311011be612a
Octal32603231432102127614152
Binary111011000011010011110001110001010001101111101100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03B0D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,176,211); }

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

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

 a { background-color: rgb(3,176,211); }

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

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

 span { border-color: rgb(3,176,211); }

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