Html Css Color HEX #24CAFA Deep Sky Blue

📋 copy color: '#24CAFA'

red 36 ◦ green 202 ◦ blue 250

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

Shades of Deep Sky Blue #24CAFA

Tints of Deep Sky Blue #24CAFA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.39%

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

R = 7.38%
G = 41.39%
B = 51.23%

CMYK

 C value IS 0.86

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#24CAFA (or 0x24CAFA) is known color: Deep Sky Blue. HEX triplet: 24, CA and FA. RGB value is (36,202,250). Sum of RGB (Red+Green+Blue) = 36+202+250=488 (64% of max value = 765). Red value is 36 (14.45% from 255 or 7.38% from 488); Green value is 202 (79.30% from 255 or 41.39% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #24CAFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24CAFA is #DB3505. Grayscale: #9D9D9D. Windows color (decimal): -14365958 or 16435748. OLE color: 16435748.

HSL color Cylindrical-coordinate representation of color #24CAFA: hue angle of 193.46º 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 #24CAFA is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 36 202 250 -
CMYK 0.86 0.19 0 0.02
HSL 193.46º 0.96% 0.56% -
HSV(B) 193.46º 0.86% 0.98% -
XYZ 39.1 49.52 97.94 -
YUV 157.84 180 41.1 -
System Red Green Blue C M Y K H S L
Decimal 36 202 250 0.86 0.19 0 0.02 193.46 0.96 0.56
Hex 24 CA FA 56 13 0 2 C1 60 38
Octal 44 312 372 126 23 0 2 301 140 70
Binary 100100 11001010 11111010 1010110 10011 0 10 11000001 1100000 111000

Color Harmonies of #24CAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24CAFA

Black with #24CAFA

Text Example


Text Example

White with #24CAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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