Html Css Color HEX #24BDDA Summer Sky

📋 copy color: '#24BDDA'

red 36 ◦ green 189 ◦ blue 218

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

Shades of Summer Sky #24BDDA

Tints of Summer Sky #24BDDA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.66%

 BLUE value IS 218 (85.55% from 255) = 49.21%

R = 8.13%
G = 42.66%
B = 49.21%

CMYK

 C value IS 0.83

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#24BDDA (or 0x24BDDA) is known color: Summer Sky. HEX triplet: 24, BD and DA. RGB value is (36,189,218). Sum of RGB (Red+Green+Blue) = 36+189+218=443 (58% of max value = 765). Red value is 36 (14.45% from 255 or 8.13% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 218 - color contains mainly: blue. Hex color #24BDDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24BDDA is #DB4225. Grayscale: #929292. Windows color (decimal): -14369318 or 14335268. OLE color: 14335268.

HSL color Cylindrical-coordinate representation of color #24BDDA: hue angle of 189.56º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #24BDDA is Cyan = 0.83, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 36 189 218 -
CMYK 0.83 0.13 0 0.15
HSL 189.56º 0.72% 0.5% -
HSV(B) 189.56º 0.83% 0.85% -
XYZ 31.58 41.83 72.74 -
YUV 146.56 168.31 49.14 -
System Red Green Blue C M Y K H S L
Decimal 36 189 218 0.83 0.13 0 0.15 189.56 0.72 0.5
Hex 24 BD DA 53 D 0 F BE 48 32
Octal 44 275 332 123 15 0 17 276 110 62
Binary 100100 10111101 11011010 1010011 1101 0 1111 10111110 1001000 110010

Color Harmonies of #24BDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24BDDA

Black with #24BDDA

Text Example


Text Example

White with #24BDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,189,218); }

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

background-color css

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

 a { background-color: rgb(36,189,218); }

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

border-color css

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

 span { border-color: rgb(36,189,218); }

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