Html Css Color HEX #24BFFA Deep Sky Blue

📋 copy color: '#24BFFA'

red 36 ◦ green 191 ◦ blue 250

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

Shades of Deep Sky Blue #24BFFA

Tints of Deep Sky Blue #24BFFA

RGB

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

 GREEN value IS 191 (75% from 255) = 40.04%

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

R = 7.55%
G = 40.04%
B = 52.41%

CMYK

 C value IS 0.86

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#24BFFA (or 0x24BFFA) is known color: Deep Sky Blue. HEX triplet: 24, BF and FA. RGB value is (36,191,250). Sum of RGB (Red+Green+Blue) = 36+191+250=477 (63% of max value = 765). Red value is 36 (14.45% from 255 or 7.55% from 477); Green value is 191 (75% from 255 or 40.04% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #24BFFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24BFFA is #DB4005. Grayscale: #969696. Windows color (decimal): -14368774 or 16432932. OLE color: 16432932.

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

Color convert

RGB 36 191 250 -
CMYK 0.86 0.24 0 0.02
HSL 196.54º 0.96% 0.56% -
HSV(B) 196.54º 0.86% 0.98% -
XYZ 36.61 44.54 97.11 -
YUV 151.38 183.65 45.7 -
System Red Green Blue C M Y K H S L
Decimal 36 191 250 0.86 0.24 0 0.02 196.54 0.96 0.56
Hex 24 BF FA 56 18 0 2 C5 60 38
Octal 44 277 372 126 30 0 2 305 140 70
Binary 100100 10111111 11111010 1010110 11000 0 10 11000101 1100000 111000

Color Harmonies of #24BFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24BFFA

Black with #24BFFA

Text Example


Text Example

White with #24BFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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