#19BCD6

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

Shades of Iris Blue #19BCD6

Tints of Iris Blue #19BCD6

Color information

#19BCD6 (or 0x19BCD6) is unknown color: approx Iris Blue. HEX triplet: 19, BC and D6. RGB value is (25,188,214). Sum of RGB (Red+Green+Blue) = 25+188+214=427 (56% of max value = 765). Red value is 25 (10.16% from 255 or 5.85% from 427); Green value is 188 (73.83% from 255 or 44.03% from 427); Blue value is 214 (83.98% from 255 or 50.12% from 427); Max value from RGB is 214 - color contains mainly: blue. Hex color #19BCD6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19BCD6 is #E64329. Grayscale: #8D8D8D. Windows color (decimal): -15090474 or 14072857. OLE color: 14072857.

HSL color Cylindrical-coordinate representation of color #19BCD6: hue angle of 188.25º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19BCD6 is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB25188214-
CMYK0.880.1200.16
HSL188.25º79.08%46.86%-
HSV(B)188.25º88.32%83.92%-
XYZ30.5241.0369.93-
YUV142.23168.544.39-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 5.85%
GREEN value IS 188 (73.83% from 255) = 44.03%
BLUE value IS 214 (83.98% from 255) = 50.12%
R=5.85%
G=44.03%
B=50.12%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal251882140.880.1200.16188.2579.0846.86
Hex19BCD658C010bc4f2f
Octal312743261301402027411757
Binary11001101111001101011010110001100010000101111001001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19BCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,188,214); }

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

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

 a { background-color: rgb(25,188,214); }

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

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

 span { border-color: rgb(25,188,214); }

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