#19BBCD

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

Shades of Iris Blue #19BBCD

Tints of Iris Blue #19BBCD

Color information

#19BBCD (or 0x19BBCD) is unknown color: approx Iris Blue. HEX triplet: 19, BB and CD. RGB value is (25,187,205). Sum of RGB (Red+Green+Blue) = 25+187+205=417 (55% of max value = 765). Red value is 25 (10.16% from 255 or 6.00% from 417); Green value is 187 (73.44% from 255 or 44.84% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #19BBCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19BBCD is #E64432. Grayscale: #8C8C8C. Windows color (decimal): -15090739 or 13482777. OLE color: 13482777.

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

Color convert

RGB25187205-
CMYK0.880.0900.20
HSL186º78.26%45.1%-
HSV(B)186º87.8%80.39%-
XYZ29.1940.1663.97-
YUV140.61164.3345.54-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.00%
GREEN value IS 187 (73.44% from 255) = 44.84%
BLUE value IS 205 (80.47% from 255) = 49.16%
R=6.00%
G=44.84%
B=49.16%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal251872050.880.0900.2018678.2645.1
Hex19BBCD589014ba4e2d
Octal312733151301102427211655
Binary11001101110111100110110110001001010100101110101001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19BBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,187,205); }

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

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

 a { background-color: rgb(25,187,205); }

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

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

 span { border-color: rgb(25,187,205); }

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