Html Css Color HEX #19BBCD Iris Blue

📋 copy color: '#19BBCD'

red 25 ◦ green 187 ◦ blue 205

#19BBCD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iris Blue #19BBCD

Tints of Iris Blue #19BBCD

RGB

 RED value IS 25 (10.16% from 255) = 6%

 GREEN value IS 187 (73.44% from 255) = 44.84%

 BLUE value IS 205 (80.47% from 255) = 49.16%

R = 6%
G = 44.84%
B = 49.16%

CMYK

 C value IS 0.88

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#19BBCD (or 0x19BBCD) is known color: 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

RGB 25 187 205 -
CMYK 0.88 0.09 0 0.20
HSL 186º 0.78% 0.45% -
HSV(B) 186º 0.88% 0.8% -
XYZ 29.19 40.16 63.97 -
YUV 140.61 164.33 45.54 -
System Red Green Blue C M Y K H S L
Decimal 25 187 205 0.88 0.09 0 0.20 186 0.78 0.45
Hex 19 BB CD 58 9 0 14 BA 4E 2D
Octal 31 273 315 130 11 0 24 272 116 55
Binary 11001 10111011 11001101 1011000 1001 0 10100 10111010 1001110 101101

Color Harmonies of #19BBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19BBCD

Black with #19BBCD

Text Example


Text Example

White with #19BBCD

Text Example


Text Example

HTML Codes & Css Web 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>