Html Css Color HEX #24BAE0 Summer Sky

📋 copy color: '#24BAE0'

red 36 ◦ green 186 ◦ blue 224

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

Shades of Summer Sky #24BAE0

Tints of Summer Sky #24BAE0

RGB

 RED value IS 36 (14.45% from 255) = 8.07%

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

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

R = 8.07%
G = 41.7%
B = 50.22%

CMYK

 C value IS 0.84

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#24BAE0 (or 0x24BAE0) is known color: Summer Sky. HEX triplet: 24, BA and E0. RGB value is (36,186,224). Sum of RGB (Red+Green+Blue) = 36+186+224=446 (59% of max value = 765). Red value is 36 (14.45% from 255 or 8.07% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 224 (87.89% from 255 or 50.22% from 446); Max value from RGB is 224 - color contains mainly: blue. Hex color #24BAE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24BAE0 is #DB451F. Grayscale: #919191. Windows color (decimal): -14370080 or 14727716. OLE color: 14727716.

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

Color convert

RGB 36 186 224 -
CMYK 0.84 0.17 0 0.12
HSL 192.13º 0.75% 0.51% -
HSV(B) 192.13º 0.84% 0.88% -
XYZ 31.74 40.87 76.74 -
YUV 145.48 172.31 49.91 -
System Red Green Blue C M Y K H S L
Decimal 36 186 224 0.84 0.17 0 0.12 192.13 0.75 0.51
Hex 24 BA E0 54 11 0 C C0 4B 33
Octal 44 272 340 124 21 0 14 300 113 63
Binary 100100 10111010 11100000 1010100 10001 0 1100 11000000 1001011 110011

Color Harmonies of #24BAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24BAE0

Black with #24BAE0

Text Example


Text Example

White with #24BAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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