Html Css Color HEX #19AFEB Summer Sky

📋 copy color: '#19AFEB'

red 25 ◦ green 175 ◦ blue 235

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

Shades of Summer Sky #19AFEB

Tints of Summer Sky #19AFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 54.02%

R = 5.75%
G = 40.23%
B = 54.02%

CMYK

 C value IS 0.89

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#19AFEB (or 0x19AFEB) is known color: Summer Sky. HEX triplet: 19, AF and EB. RGB value is (25,175,235). Sum of RGB (Red+Green+Blue) = 25+175+235=435 (57% of max value = 765). Red value is 25 (10.16% from 255 or 5.75% from 435); Green value is 175 (68.75% from 255 or 40.23% from 435); Blue value is 235 (92.19% from 255 or 54.02% from 435); Max value from RGB is 235 - color contains mainly: blue. Hex color #19AFEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19AFEB is #E65014. Grayscale: #888888. Windows color (decimal): -15093781 or 15445785. OLE color: 15445785.

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

Color convert

RGB 25 175 235 -
CMYK 0.89 0.26 0 0.08
HSL 197.14º 0.84% 0.51% -
HSV(B) 197.14º 0.89% 0.92% -
XYZ 30.73 36.86 84.09 -
YUV 136.99 183.31 48.12 -
System Red Green Blue C M Y K H S L
Decimal 25 175 235 0.89 0.26 0 0.08 197.14 0.84 0.51
Hex 19 AF EB 59 1A 0 8 C5 54 33
Octal 31 257 353 131 32 0 10 305 124 63
Binary 11001 10101111 11101011 1011001 11010 0 1000 11000101 1010100 110011

Color Harmonies of #19AFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19AFEB

Black with #19AFEB

Text Example


Text Example

White with #19AFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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