Html Css Color HEX #19BBCA Iris Blue

📋 copy color: '#19BBCA'

red 25 ◦ green 187 ◦ blue 202

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

Shades of Iris Blue #19BBCA

Tints of Iris Blue #19BBCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.79%

R = 6.04%
G = 45.17%
B = 48.79%

CMYK

 C value IS 0.88

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#19BBCA (or 0x19BBCA) is known color: Iris Blue. HEX triplet: 19, BB and CA. RGB value is (25,187,202). Sum of RGB (Red+Green+Blue) = 25+187+202=414 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.04% from 414); Green value is 187 (73.44% from 255 or 45.17% from 414); Blue value is 202 (79.30% from 255 or 48.79% from 414); Max value from RGB is 202 - color contains mainly: blue. Hex color #19BBCA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19BBCA is #E64435. Grayscale: #8C8C8C. Windows color (decimal): -15090742 or 13286169. OLE color: 13286169.

HSL color Cylindrical-coordinate representation of color #19BBCA: hue angle of 185.08º 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 #19BBCA is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 25 187 202 -
CMYK 0.88 0.07 0 0.21
HSL 185.08º 0.78% 0.45% -
HSV(B) 185.08º 0.88% 0.79% -
XYZ 28.83 40.01 62.08 -
YUV 140.27 162.83 45.78 -
System Red Green Blue C M Y K H S L
Decimal 25 187 202 0.88 0.07 0 0.21 185.08 0.78 0.45
Hex 19 BB CA 58 7 0 15 B9 4E 2D
Octal 31 273 312 130 7 0 25 271 116 55
Binary 11001 10111011 11001010 1011000 111 0 10101 10111001 1001110 101101

Color Harmonies of #19BBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19BBCA

Black with #19BBCA

Text Example


Text Example

White with #19BBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #19BBCA;
 }
 .AnyTagClassName
 {
   color: #19BBCA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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