#19BDCA

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

Shades of Iris Blue #19BDCA

Tints of Iris Blue #19BDCA

Color information

#19BDCA (or 0x19BDCA) is unknown color: approx Iris Blue. HEX triplet: 19, BD and CA. RGB value is (25,189,202). Sum of RGB (Red+Green+Blue) = 25+189+202=416 (55% of max value = 765). Red value is 25 (10.16% from 255 or 6.01% from 416); Green value is 189 (74.22% from 255 or 45.43% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 202 - color contains mainly: blue. Hex color #19BDCA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19BDCA is #E64235. Grayscale: #8D8D8D. Windows color (decimal): -15090230 or 13286681. OLE color: 13286681.

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

Color convert

RGB25189202-
CMYK0.880.0600.21
HSL184.41º77.97%44.51%-
HSV(B)184.41º87.62%79.22%-
XYZ29.2640.8762.22-
YUV141.45162.1744.94-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.01%
GREEN value IS 189 (74.22% from 255) = 45.43%
BLUE value IS 202 (79.30% from 255) = 48.56%
R=6.01%
G=45.43%
B=48.56%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal251892020.880.0600.21184.4177.9744.51
Hex19BDCA586015b84e2d
Octal31275312130602527011655
Binary1100110111101110010101011000110010101101110001001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19BDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,189,202); }

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

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

 a { background-color: rgb(25,189,202); }

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

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

 span { border-color: rgb(25,189,202); }

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