Html Css Color HEX #19A8EA Summer Sky

📋 copy color: '#19A8EA'

red 25 ◦ green 168 ◦ blue 234

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

Shades of Summer Sky #19A8EA

Tints of Summer Sky #19A8EA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.34%

 BLUE value IS 234 (91.8% from 255) = 54.8%

R = 5.85%
G = 39.34%
B = 54.8%

CMYK

 C value IS 0.89

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#19A8EA (or 0x19A8EA) is known color: Summer Sky. HEX triplet: 19, A8 and EA. RGB value is (25,168,234). Sum of RGB (Red+Green+Blue) = 25+168+234=427 (56% of max value = 765). Red value is 25 (10.16% from 255 or 5.85% from 427); Green value is 168 (66.02% from 255 or 39.34% from 427); Blue value is 234 (91.80% from 255 or 54.80% from 427); Max value from RGB is 234 - color contains mainly: blue. Hex color #19A8EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19A8EA is #E65715. Grayscale: #848484. Windows color (decimal): -15095574 or 15378457. OLE color: 15378457.

HSL color Cylindrical-coordinate representation of color #19A8EA: hue angle of 198.95º degrees, saturation: 0.83, 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 #19A8EA is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 25 168 234 -
CMYK 0.89 0.28 0 0.08
HSL 198.95º 0.83% 0.51% -
HSV(B) 198.95º 0.89% 0.92% -
XYZ 29.25 34.15 82.89 -
YUV 132.77 185.12 51.13 -
System Red Green Blue C M Y K H S L
Decimal 25 168 234 0.89 0.28 0 0.08 198.95 0.83 0.51
Hex 19 A8 EA 59 1C 0 8 C7 53 33
Octal 31 250 352 131 34 0 10 307 123 63
Binary 11001 10101000 11101010 1011001 11100 0 1000 11000111 1010011 110011

Color Harmonies of #19A8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19A8EA

Black with #19A8EA

Text Example


Text Example

White with #19A8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,168,234); }

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

background-color css

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

 a { background-color: rgb(25,168,234); }

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

border-color css

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

 span { border-color: rgb(25,168,234); }

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