Html Css Color HEX #24BAD4 Summer Sky

📋 copy color: '#24BAD4'

red 36 ◦ green 186 ◦ blue 212

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

Shades of Summer Sky #24BAD4

Tints of Summer Sky #24BAD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 48.85%

R = 8.29%
G = 42.86%
B = 48.85%

CMYK

 C value IS 0.83

 M value IS 0.12

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#24BAD4 (or 0x24BAD4) is known color: Summer Sky. HEX triplet: 24, BA and D4. RGB value is (36,186,212). Sum of RGB (Red+Green+Blue) = 36+186+212=434 (57% of max value = 765). Red value is 36 (14.45% from 255 or 8.29% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 212 (83.20% from 255 or 48.85% from 434); Max value from RGB is 212 - color contains mainly: blue. Hex color #24BAD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24BAD4 is #DB452B. Grayscale: #8F8F8F. Windows color (decimal): -14370092 or 13941284. OLE color: 13941284.

HSL color Cylindrical-coordinate representation of color #24BAD4: hue angle of 188.86º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #24BAD4 is Cyan = 0.83, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 36 186 212 -
CMYK 0.83 0.12 0 0.17
HSL 188.86º 0.71% 0.49% -
HSV(B) 188.86º 0.83% 0.83% -
XYZ 30.17 40.25 68.47 -
YUV 144.11 166.31 50.89 -
System Red Green Blue C M Y K H S L
Decimal 36 186 212 0.83 0.12 0 0.17 188.86 0.71 0.49
Hex 24 BA D4 53 C 0 11 BD 47 31
Octal 44 272 324 123 14 0 21 275 107 61
Binary 100100 10111010 11010100 1010011 1100 0 10001 10111101 1000111 110001

Color Harmonies of #24BAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24BAD4

Black with #24BAD4

Text Example


Text Example

White with #24BAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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