Html Css Color HEX #19ABCF Iris Blue

📋 copy color: '#19ABCF'

red 25 ◦ green 171 ◦ blue 207

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

Shades of Iris Blue #19ABCF

Tints of Iris Blue #19ABCF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.43%

 BLUE value IS 207 (81.25% from 255) = 51.36%

R = 6.2%
G = 42.43%
B = 51.36%

CMYK

 C value IS 0.88

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#19ABCF (or 0x19ABCF) is known color: Iris Blue. HEX triplet: 19, AB and CF. RGB value is (25,171,207). Sum of RGB (Red+Green+Blue) = 25+171+207=403 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.20% from 403); Green value is 171 (67.19% from 255 or 42.43% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #19ABCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19ABCF is #E65430. Grayscale: #838383. Windows color (decimal): -15094833 or 13609753. OLE color: 13609753.

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

Color convert

RGB 25 171 207 -
CMYK 0.88 0.17 0 0.19
HSL 191.87º 0.78% 0.45% -
HSV(B) 191.87º 0.88% 0.81% -
XYZ 26.23 33.84 64.18 -
YUV 131.45 170.63 52.07 -
System Red Green Blue C M Y K H S L
Decimal 25 171 207 0.88 0.17 0 0.19 191.87 0.78 0.45
Hex 19 AB CF 58 11 0 13 C0 4E 2D
Octal 31 253 317 130 21 0 23 300 116 55
Binary 11001 10101011 11001111 1011000 10001 0 10011 11000000 1001110 101101

Color Harmonies of #19ABCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19ABCF

Black with #19ABCF

Text Example


Text Example

White with #19ABCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,171,207); }

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

background-color css

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

 a { background-color: rgb(25,171,207); }

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

border-color css

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

 span { border-color: rgb(25,171,207); }

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