Html Css Color HEX #24C0FA Deep Sky Blue

📋 copy color: '#24C0FA'

red 36 ◦ green 192 ◦ blue 250

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

Shades of Deep Sky Blue #24C0FA

Tints of Deep Sky Blue #24C0FA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.17%

 BLUE value IS 250 (98.05% from 255) = 52.3%

R = 7.53%
G = 40.17%
B = 52.3%

CMYK

 C value IS 0.86

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#24C0FA (or 0x24C0FA) is known color: Deep Sky Blue. HEX triplet: 24, C0 and FA. RGB value is (36,192,250). Sum of RGB (Red+Green+Blue) = 36+192+250=478 (63% of max value = 765). Red value is 36 (14.45% from 255 or 7.53% from 478); Green value is 192 (75.39% from 255 or 40.17% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #24C0FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24C0FA is #DB3F05. Grayscale: #979797. Windows color (decimal): -14368518 or 16433188. OLE color: 16433188.

HSL color Cylindrical-coordinate representation of color #24C0FA: hue angle of 196.26º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24C0FA is Cyan = 0.86, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 36 192 250 -
CMYK 0.86 0.23 0 0.02
HSL 196.26º 0.96% 0.56% -
HSV(B) 196.26º 0.86% 0.98% -
XYZ 36.83 44.98 97.18 -
YUV 151.97 183.32 45.28 -
System Red Green Blue C M Y K H S L
Decimal 36 192 250 0.86 0.23 0 0.02 196.26 0.96 0.56
Hex 24 C0 FA 56 17 0 2 C4 60 38
Octal 44 300 372 126 27 0 2 304 140 70
Binary 100100 11000000 11111010 1010110 10111 0 10 11000100 1100000 111000

Color Harmonies of #24C0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24C0FA

Black with #24C0FA

Text Example


Text Example

White with #24C0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,192,250); }

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

background-color css

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

 a { background-color: rgb(36,192,250); }

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

border-color css

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

 span { border-color: rgb(36,192,250); }

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