Html Css Color HEX #24BADD Summer Sky

📋 copy color: '#24BADD'

red 36 ◦ green 186 ◦ blue 221

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

Shades of Summer Sky #24BADD

Tints of Summer Sky #24BADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.89%

R = 8.13%
G = 41.99%
B = 49.89%

CMYK

 C value IS 0.84

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#24BADD (or 0x24BADD) is known color: Summer Sky. HEX triplet: 24, BA and DD. RGB value is (36,186,221). Sum of RGB (Red+Green+Blue) = 36+186+221=443 (58% of max value = 765). Red value is 36 (14.45% from 255 or 8.13% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #24BADD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24BADD is #DB4522. Grayscale: #909090. Windows color (decimal): -14370083 or 14531108. OLE color: 14531108.

HSL color Cylindrical-coordinate representation of color #24BADD: hue angle of 191.35º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24BADD is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 36 186 221 -
CMYK 0.84 0.16 0 0.13
HSL 191.35º 0.73% 0.5% -
HSV(B) 191.35º 0.84% 0.87% -
XYZ 31.34 40.71 74.61 -
YUV 145.14 170.81 50.15 -
System Red Green Blue C M Y K H S L
Decimal 36 186 221 0.84 0.16 0 0.13 191.35 0.73 0.5
Hex 24 BA DD 54 10 0 D BF 49 32
Octal 44 272 335 124 20 0 15 277 111 62
Binary 100100 10111010 11011101 1010100 10000 0 1101 10111111 1001001 110010

Color Harmonies of #24BADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24BADD

Black with #24BADD

Text Example


Text Example

White with #24BADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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