#19a8d4

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

Shades of Iris Blue #19A8D4

Tints of Iris Blue #19A8D4

Color information

#19A8D4 (or 0x19A8D4) is unknown color: approx Iris Blue. HEX triplet: 19, A8 and D4. RGB value is (25,168,212). Sum of RGB (Red+Green+Blue) = 25+168+212=405 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.17% from 405); Green value is 168 (66.02% from 255 or 41.48% from 405); Blue value is 212 (83.20% from 255 or 52.35% from 405); Max value from RGB is 212 - color contains mainly: blue. Hex color #19A8D4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19A8D4 is #E6572B. Grayscale: #818181. Windows color (decimal): -15095596 or 13936665. OLE color: 13936665.

HSL color Cylindrical-coordinate representation of color #19A8D4: hue angle of 194.12º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19A8D4 is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB25168212-
CMYK0.880.2100.17
HSL194.12º78.9%46.47%-
HSV(B)194.12º88.21%83.14%-
XYZ26.2932.9767.26-
YUV130.26174.1252.92-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.17%
GREEN value IS 168 (66.02% from 255) = 41.48%
BLUE value IS 212 (83.20% from 255) = 52.35%
R=6.17%
G=41.48%
B=52.35%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal251682120.880.2100.17194.1278.946.47
Hex19A8D45815011c24f2e
Octal312503241302502130211756
Binary110011010100011010100101100010101010001110000101001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19a8d4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19a8d4; }

 p { color: rgb(25,168,212); }

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

<style>
 a { background-color: #19a8d4; }

 a { background-color: rgb(25,168,212); }

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

<style>
 span { border-color: #19a8d4; }

 span { border-color: rgb(25,168,212); }

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