Html Css Color HEX #24BEDC Summer Sky

📋 copy color: '#24BEDC'

red 36 ◦ green 190 ◦ blue 220

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

Shades of Summer Sky #24BEDC

Tints of Summer Sky #24BEDC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.6%

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

R = 8.07%
G = 42.6%
B = 49.33%

CMYK

 C value IS 0.84

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#24BEDC (or 0x24BEDC) is known color: Summer Sky. HEX triplet: 24, BE and DC. RGB value is (36,190,220). Sum of RGB (Red+Green+Blue) = 36+190+220=446 (59% of max value = 765). Red value is 36 (14.45% from 255 or 8.07% from 446); Green value is 190 (74.61% from 255 or 42.60% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #24BEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24BEDC is #DB4123. Grayscale: #939393. Windows color (decimal): -14369060 or 14466596. OLE color: 14466596.

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

Color convert

RGB 36 190 220 -
CMYK 0.84 0.14 0 0.14
HSL 189.78º 0.72% 0.5% -
HSV(B) 189.78º 0.84% 0.86% -
XYZ 32.06 42.37 74.2 -
YUV 147.37 168.98 48.56 -
System Red Green Blue C M Y K H S L
Decimal 36 190 220 0.84 0.14 0 0.14 189.78 0.72 0.5
Hex 24 BE DC 54 E 0 E BE 48 32
Octal 44 276 334 124 16 0 16 276 110 62
Binary 100100 10111110 11011100 1010100 1110 0 1110 10111110 1001000 110010

Color Harmonies of #24BEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24BEDC

Black with #24BEDC

Text Example


Text Example

White with #24BEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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