Html Css Color HEX #24CBF8 Deep Sky Blue

📋 copy color: '#24CBF8'

red 36 ◦ green 203 ◦ blue 248

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

Shades of Deep Sky Blue #24CBF8

Tints of Deep Sky Blue #24CBF8

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.68%

 BLUE value IS 248 (97.27% from 255) = 50.92%

R = 7.39%
G = 41.68%
B = 50.92%

CMYK

 C value IS 0.85

 M value IS 0.18

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#24CBF8 (or 0x24CBF8) is known color: Deep Sky Blue. HEX triplet: 24, CB and F8. RGB value is (36,203,248). Sum of RGB (Red+Green+Blue) = 36+203+248=487 (64% of max value = 765). Red value is 36 (14.45% from 255 or 7.39% from 487); Green value is 203 (79.69% from 255 or 41.68% from 487); Blue value is 248 (97.27% from 255 or 50.92% from 487); Max value from RGB is 248 - color contains mainly: blue. Hex color #24CBF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24CBF8 is #DB3407. Grayscale: #9D9D9D. Windows color (decimal): -14365704 or 16304932. OLE color: 16304932.

HSL color Cylindrical-coordinate representation of color #24CBF8: hue angle of 192.74º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24CBF8 is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 36 203 248 -
CMYK 0.85 0.18 0 0.03
HSL 192.74º 0.94% 0.56% -
HSV(B) 192.74º 0.85% 0.97% -
XYZ 39.03 49.86 96.37 -
YUV 158.2 178.67 40.84 -
System Red Green Blue C M Y K H S L
Decimal 36 203 248 0.85 0.18 0 0.03 192.74 0.94 0.56
Hex 24 CB F8 55 12 0 3 C1 5E 38
Octal 44 313 370 125 22 0 3 301 136 70
Binary 100100 11001011 11111000 1010101 10010 0 11 11000001 1011110 111000

Color Harmonies of #24CBF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24CBF8

Black with #24CBF8

Text Example


Text Example

White with #24CBF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,203,248); }

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

background-color css

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

 a { background-color: rgb(36,203,248); }

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

border-color css

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

 span { border-color: rgb(36,203,248); }

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