Html Css Color HEX #19B0EA Summer Sky

📋 copy color: '#19B0EA'

red 25 ◦ green 176 ◦ blue 234

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

Shades of Summer Sky #19B0EA

Tints of Summer Sky #19B0EA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.46%

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

R = 5.75%
G = 40.46%
B = 53.79%

CMYK

 C value IS 0.89

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#19B0EA (or 0x19B0EA) is known color: Summer Sky. HEX triplet: 19, B0 and EA. RGB value is (25,176,234). Sum of RGB (Red+Green+Blue) = 25+176+234=435 (57% of max value = 765). Red value is 25 (10.16% from 255 or 5.75% from 435); Green value is 176 (69.14% from 255 or 40.46% from 435); Blue value is 234 (91.80% from 255 or 53.79% from 435); Max value from RGB is 234 - color contains mainly: blue. Hex color #19B0EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19B0EA is #E64F15. Grayscale: #898989. Windows color (decimal): -15093526 or 15380505. OLE color: 15380505.

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

Color convert

RGB 25 176 234 -
CMYK 0.89 0.25 0 0.08
HSL 196.65º 0.83% 0.51% -
HSV(B) 196.65º 0.89% 0.92% -
XYZ 30.78 37.2 83.4 -
YUV 137.46 182.47 47.78 -
System Red Green Blue C M Y K H S L
Decimal 25 176 234 0.89 0.25 0 0.08 196.65 0.83 0.51
Hex 19 B0 EA 59 19 0 8 C5 53 33
Octal 31 260 352 131 31 0 10 305 123 63
Binary 11001 10110000 11101010 1011001 11001 0 1000 11000101 1010011 110011

Color Harmonies of #19B0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19B0EA

Black with #19B0EA

Text Example


Text Example

White with #19B0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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