Html Css Color HEX #19AFEC Summer Sky

📋 copy color: '#19AFEC'

red 25 ◦ green 175 ◦ blue 236

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

Shades of Summer Sky #19AFEC

Tints of Summer Sky #19AFEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 54.13%

R = 5.73%
G = 40.14%
B = 54.13%

CMYK

 C value IS 0.89

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#19AFEC (or 0x19AFEC) is known color: Summer Sky. HEX triplet: 19, AF and EC. RGB value is (25,175,236). Sum of RGB (Red+Green+Blue) = 25+175+236=436 (57% of max value = 765). Red value is 25 (10.16% from 255 or 5.73% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 236 (92.58% from 255 or 54.13% from 436); Max value from RGB is 236 - color contains mainly: blue. Hex color #19AFEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19AFEC is #E65013. Grayscale: #888888. Windows color (decimal): -15093780 or 15511321. OLE color: 15511321.

HSL color Cylindrical-coordinate representation of color #19AFEC: hue angle of 197.35º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19AFEC is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 25 175 236 -
CMYK 0.89 0.26 0 0.07
HSL 197.35º 0.85% 0.51% -
HSV(B) 197.35º 0.89% 0.93% -
XYZ 30.87 36.92 84.86 -
YUV 137.1 183.81 48.04 -
System Red Green Blue C M Y K H S L
Decimal 25 175 236 0.89 0.26 0 0.07 197.35 0.85 0.51
Hex 19 AF EC 59 1A 0 7 C5 55 33
Octal 31 257 354 131 32 0 7 305 125 63
Binary 11001 10101111 11101100 1011001 11010 0 111 11000101 1010101 110011

Color Harmonies of #19AFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19AFEC

Black with #19AFEC

Text Example


Text Example

White with #19AFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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