Html Css Color HEX #19AFC6 Iris Blue

📋 copy color: '#19AFC6'

red 25 ◦ green 175 ◦ blue 198

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

Shades of Iris Blue #19AFC6

Tints of Iris Blue #19AFC6

RGB

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

 GREEN value IS 175 (68.75% from 255) = 43.97%

 BLUE value IS 198 (77.73% from 255) = 49.75%

R = 6.28%
G = 43.97%
B = 49.75%

CMYK

 C value IS 0.87

 M value IS 0.12

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#19AFC6 (or 0x19AFC6) is known color: Iris Blue. HEX triplet: 19, AF and C6. RGB value is (25,175,198). Sum of RGB (Red+Green+Blue) = 25+175+198=398 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.28% from 398); Green value is 175 (68.75% from 255 or 43.97% from 398); Blue value is 198 (77.73% from 255 or 49.75% from 398); Max value from RGB is 198 - color contains mainly: blue. Hex color #19AFC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19AFC6 is #E65039. Grayscale: #848484. Windows color (decimal): -15093818 or 13020953. OLE color: 13020953.

HSL color Cylindrical-coordinate representation of color #19AFC6: hue angle of 187.98º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19AFC6 is Cyan = 0.87, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 25 175 198 -
CMYK 0.87 0.12 0 0.22
HSL 187.98º 0.78% 0.44% -
HSV(B) 187.98º 0.87% 0.78% -
XYZ 25.92 34.94 58.8 -
YUV 132.77 164.81 51.13 -
System Red Green Blue C M Y K H S L
Decimal 25 175 198 0.87 0.12 0 0.22 187.98 0.78 0.44
Hex 19 AF C6 57 C 0 16 BC 4E 2C
Octal 31 257 306 127 14 0 26 274 116 54
Binary 11001 10101111 11000110 1010111 1100 0 10110 10111100 1001110 101100

Color Harmonies of #19AFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19AFC6

Black with #19AFC6

Text Example


Text Example

White with #19AFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,175,198); }

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

background-color css

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

 a { background-color: rgb(25,175,198); }

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

border-color css

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

 span { border-color: rgb(25,175,198); }

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