#03ABD8

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

Shades of Iris Blue #03ABD8

Tints of Iris Blue #03ABD8

Color information

#03ABD8 (or 0x03ABD8) is unknown color: approx Iris Blue. HEX triplet: 03, AB and D8. RGB value is (3,171,216). Sum of RGB (Red+Green+Blue) = 3+171+216=390 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 390); Green value is 171 (67.19% from 255 or 43.85% from 390); Blue value is 216 (84.77% from 255 or 55.38% from 390); Max value from RGB is 216 - color contains mainly: blue. Hex color #03ABD8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03ABD8 is #FC5427. Grayscale: #7D7D7D. Windows color (decimal): -16536616 or 14199555. OLE color: 14199555.

HSL color Cylindrical-coordinate representation of color #03ABD8: hue angle of 192.68º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03ABD8 is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB3171216-
CMYK0.990.2100.15
HSL192.68º97.26%42.94%-
HSV(B)192.68º98.61%84.71%-
XYZ2734.170.13-
YUV125.9178.8440.34-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.77%
GREEN value IS 171 (67.19% from 255) = 43.85%
BLUE value IS 216 (84.77% from 255) = 55.38%
R=0.77%
G=43.85%
B=55.38%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal31712160.990.2100.15192.6897.2642.94
Hex3ABD863150Fc1612b
Octal32533301432501730114153
Binary11101010111101100011000111010101111110000011100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03ABD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,171,216); }

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

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

 a { background-color: rgb(3,171,216); }

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

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

 span { border-color: rgb(3,171,216); }

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