Html Css Color HEX #24A0DC Summer Sky

📋 copy color: '#24A0DC'

red 36 ◦ green 160 ◦ blue 220

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

Shades of Summer Sky #24A0DC

Tints of Summer Sky #24A0DC

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.46%

 BLUE value IS 220 (86.33% from 255) = 52.88%

R = 8.65%
G = 38.46%
B = 52.88%

CMYK

 C value IS 0.84

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#24A0DC (or 0x24A0DC) is known color: Summer Sky. HEX triplet: 24, A0 and DC. RGB value is (36,160,220). Sum of RGB (Red+Green+Blue) = 36+160+220=416 (55% of max value = 765). Red value is 36 (14.45% from 255 or 8.65% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #24A0DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #24A0DC is #DB5F23. Grayscale: #818181. Windows color (decimal): -14376740 or 14458916. OLE color: 14458916.

HSL color Cylindrical-coordinate representation of color #24A0DC: hue angle of 199.57º 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 #24A0DC is Cyan = 0.84, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 36 160 220 -
CMYK 0.84 0.27 0 0.14
HSL 199.57º 0.72% 0.5% -
HSV(B) 199.57º 0.84% 0.86% -
XYZ 26.22 30.68 72.25 -
YUV 129.76 178.92 61.12 -
System Red Green Blue C M Y K H S L
Decimal 36 160 220 0.84 0.27 0 0.14 199.57 0.72 0.5
Hex 24 A0 DC 54 1B 0 E C8 48 32
Octal 44 240 334 124 33 0 16 310 110 62
Binary 100100 10100000 11011100 1010100 11011 0 1110 11001000 1001000 110010

Color Harmonies of #24A0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24A0DC

Black with #24A0DC

Text Example


Text Example

White with #24A0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,160,220); }

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

background-color css

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

 a { background-color: rgb(36,160,220); }

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

border-color css

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

 span { border-color: rgb(36,160,220); }

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