Html Css Color HEX #24AEDB Summer Sky

📋 copy color: '#24AEDB'

red 36 ◦ green 174 ◦ blue 219

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

Shades of Summer Sky #24AEDB

Tints of Summer Sky #24AEDB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.56%

 BLUE value IS 219 (85.94% from 255) = 51.05%

R = 8.39%
G = 40.56%
B = 51.05%

CMYK

 C value IS 0.84

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#24AEDB (or 0x24AEDB) is known color: Summer Sky. HEX triplet: 24, AE and DB. RGB value is (36,174,219). Sum of RGB (Red+Green+Blue) = 36+174+219=429 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.39% from 429); Green value is 174 (68.36% from 255 or 40.56% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #24AEDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #24AEDB is #DB5124. Grayscale: #898989. Windows color (decimal): -14373157 or 14396964. OLE color: 14396964.

HSL color Cylindrical-coordinate representation of color #24AEDB: hue angle of 194.75º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24AEDB is Cyan = 0.84, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 36 174 219 -
CMYK 0.84 0.21 0 0.14
HSL 194.75º 0.72% 0.5% -
HSV(B) 194.75º 0.84% 0.86% -
XYZ 28.65 35.76 72.41 -
YUV 137.87 173.78 55.34 -
System Red Green Blue C M Y K H S L
Decimal 36 174 219 0.84 0.21 0 0.14 194.75 0.72 0.5
Hex 24 AE DB 54 15 0 E C3 48 32
Octal 44 256 333 124 25 0 16 303 110 62
Binary 100100 10101110 11011011 1010100 10101 0 1110 11000011 1001000 110010

Color Harmonies of #24AEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24AEDB

Black with #24AEDB

Text Example


Text Example

White with #24AEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,174,219); }

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

background-color css

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

 a { background-color: rgb(36,174,219); }

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

border-color css

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

 span { border-color: rgb(36,174,219); }

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