Html Css Color HEX #24BDEF Summer Sky

📋 copy color: '#24BDEF'

red 36 ◦ green 189 ◦ blue 239

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

Shades of Summer Sky #24BDEF

Tints of Summer Sky #24BDEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.51%

R = 7.76%
G = 40.73%
B = 51.51%

CMYK

 C value IS 0.85

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#24BDEF (or 0x24BDEF) is known color: Summer Sky. HEX triplet: 24, BD and EF. RGB value is (36,189,239). Sum of RGB (Red+Green+Blue) = 36+189+239=464 (61% of max value = 765). Red value is 36 (14.45% from 255 or 7.76% from 464); Green value is 189 (74.22% from 255 or 40.73% from 464); Blue value is 239 (93.75% from 255 or 51.51% from 464); Max value from RGB is 239 - color contains mainly: blue. Hex color #24BDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24BDEF is #DB4210. Grayscale: #949494. Windows color (decimal): -14369297 or 15711524. OLE color: 15711524.

HSL color Cylindrical-coordinate representation of color #24BDEF: hue angle of 194.78º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24BDEF is Cyan = 0.85, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 36 189 239 -
CMYK 0.85 0.21 0 0.06
HSL 194.78º 0.86% 0.54% -
HSV(B) 194.78º 0.85% 0.94% -
XYZ 34.51 43 88.14 -
YUV 148.95 178.81 47.43 -
System Red Green Blue C M Y K H S L
Decimal 36 189 239 0.85 0.21 0 0.06 194.78 0.86 0.54
Hex 24 BD EF 55 15 0 6 C3 56 36
Octal 44 275 357 125 25 0 6 303 126 66
Binary 100100 10111101 11101111 1010101 10101 0 110 11000011 1010110 110110

Color Harmonies of #24BDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24BDEF

Black with #24BDEF

Text Example


Text Example

White with #24BDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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