Html Css Color HEX #19AFE8 Summer Sky

📋 copy color: '#19AFE8'

red 25 ◦ green 175 ◦ blue 232

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

Shades of Summer Sky #19AFE8

Tints of Summer Sky #19AFE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 53.7%

R = 5.79%
G = 40.51%
B = 53.7%

CMYK

 C value IS 0.89

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#19AFE8 (or 0x19AFE8) is known color: Summer Sky. HEX triplet: 19, AF and E8. RGB value is (25,175,232). Sum of RGB (Red+Green+Blue) = 25+175+232=432 (57% of max value = 765). Red value is 25 (10.16% from 255 or 5.79% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 232 (91.02% from 255 or 53.70% from 432); Max value from RGB is 232 - color contains mainly: blue. Hex color #19AFE8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19AFE8 is #E65017. Grayscale: #888888. Windows color (decimal): -15093784 or 15249177. OLE color: 15249177.

HSL color Cylindrical-coordinate representation of color #19AFE8: hue angle of 196.52º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19AFE8 is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 25 175 232 -
CMYK 0.89 0.25 0 0.09
HSL 196.52º 0.82% 0.5% -
HSV(B) 196.52º 0.89% 0.91% -
XYZ 30.3 36.69 81.83 -
YUV 136.65 181.81 48.37 -
System Red Green Blue C M Y K H S L
Decimal 25 175 232 0.89 0.25 0 0.09 196.52 0.82 0.5
Hex 19 AF E8 59 19 0 9 C5 52 32
Octal 31 257 350 131 31 0 11 305 122 62
Binary 11001 10101111 11101000 1011001 11001 0 1001 11000101 1010010 110010

Color Harmonies of #19AFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19AFE8

Black with #19AFE8

Text Example


Text Example

White with #19AFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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