Html Css Color HEX #19BAE0 Summer Sky

📋 copy color: '#19BAE0'

red 25 ◦ green 186 ◦ blue 224

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

Shades of Summer Sky #19BAE0

Tints of Summer Sky #19BAE0

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.76%

 BLUE value IS 224 (87.89% from 255) = 51.49%

R = 5.75%
G = 42.76%
B = 51.49%

CMYK

 C value IS 0.89

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#19BAE0 (or 0x19BAE0) is known color: Summer Sky. HEX triplet: 19, BA and E0. RGB value is (25,186,224). Sum of RGB (Red+Green+Blue) = 25+186+224=435 (57% of max value = 765). Red value is 25 (10.16% from 255 or 5.75% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 224 (87.89% from 255 or 51.49% from 435); Max value from RGB is 224 - color contains mainly: blue. Hex color #19BAE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19BAE0 is #E6451F. Grayscale: #8D8D8D. Windows color (decimal): -15090976 or 14727705. OLE color: 14727705.

HSL color Cylindrical-coordinate representation of color #19BAE0: hue angle of 191.46º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19BAE0 is Cyan = 0.89, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 25 186 224 -
CMYK 0.89 0.17 0 0.12
HSL 191.46º 0.8% 0.49% -
HSV(B) 191.46º 0.89% 0.88% -
XYZ 31.41 40.71 76.72 -
YUV 142.19 174.16 44.41 -
System Red Green Blue C M Y K H S L
Decimal 25 186 224 0.89 0.17 0 0.12 191.46 0.8 0.49
Hex 19 BA E0 59 11 0 C BF 50 31
Octal 31 272 340 131 21 0 14 277 120 61
Binary 11001 10111010 11100000 1011001 10001 0 1100 10111111 1010000 110001

Color Harmonies of #19BAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19BAE0

Black with #19BAE0

Text Example


Text Example

White with #19BAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,186,224); }

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

background-color css

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

 a { background-color: rgb(25,186,224); }

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

border-color css

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

 span { border-color: rgb(25,186,224); }

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