Html Css Color HEX #19BFCA Iris Blue

📋 copy color: '#19BFCA'

red 25 ◦ green 191 ◦ blue 202

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

Shades of Iris Blue #19BFCA

Tints of Iris Blue #19BFCA

RGB

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

 GREEN value IS 191 (75% from 255) = 45.69%

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

R = 5.98%
G = 45.69%
B = 48.33%

CMYK

 C value IS 0.88

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#19BFCA (or 0x19BFCA) is known color: Iris Blue. HEX triplet: 19, BF and CA. RGB value is (25,191,202). Sum of RGB (Red+Green+Blue) = 25+191+202=418 (55% of max value = 765). Red value is 25 (10.16% from 255 or 5.98% from 418); Green value is 191 (75% from 255 or 45.69% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 202 - color contains mainly: blue. Hex color #19BFCA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19BFCA is #E64035. Grayscale: #8E8E8E. Windows color (decimal): -15089718 or 13287193. OLE color: 13287193.

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

Color convert

RGB 25 191 202 -
CMYK 0.88 0.05 0 0.21
HSL 183.73º 0.78% 0.45% -
HSV(B) 183.73º 0.88% 0.79% -
XYZ 29.69 41.73 62.37 -
YUV 142.62 161.5 44.11 -
System Red Green Blue C M Y K H S L
Decimal 25 191 202 0.88 0.05 0 0.21 183.73 0.78 0.45
Hex 19 BF CA 58 5 0 15 B8 4E 2D
Octal 31 277 312 130 5 0 25 270 116 55
Binary 11001 10111111 11001010 1011000 101 0 10101 10111000 1001110 101101

Color Harmonies of #19BFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19BFCA

Black with #19BFCA

Text Example


Text Example

White with #19BFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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