Html Css Color HEX #24BFFE Deep Sky Blue

📋 copy color: '#24BFFE'

red 36 ◦ green 191 ◦ blue 254

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

Shades of Deep Sky Blue #24BFFE

Tints of Deep Sky Blue #24BFFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.81%

R = 7.48%
G = 39.71%
B = 52.81%

CMYK

 C value IS 0.86

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#24BFFE (or 0x24BFFE) is known color: Deep Sky Blue. HEX triplet: 24, BF and FE. RGB value is (36,191,254). Sum of RGB (Red+Green+Blue) = 36+191+254=481 (63% of max value = 765). Red value is 36 (14.45% from 255 or 7.48% from 481); Green value is 191 (75% from 255 or 39.71% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #24BFFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24BFFE is #DB4001. Grayscale: #979797. Windows color (decimal): -14368770 or 16695076. OLE color: 16695076.

HSL color Cylindrical-coordinate representation of color #24BFFE: hue angle of 197.34º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24BFFE is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 36 191 254 -
CMYK 0.86 0.25 0 0.00
HSL 197.34º 0.99% 0.57% -
HSV(B) 197.34º 0.86% 1% -
XYZ 37.25 44.79 100.45 -
YUV 151.84 185.65 45.38 -
System Red Green Blue C M Y K H S L
Decimal 36 191 254 0.86 0.25 0 0.00 197.34 0.99 0.57
Hex 24 BF FE 56 19 0 0 C5 63 39
Octal 44 277 376 126 31 0 0 305 143 71
Binary 100100 10111111 11111110 1010110 11001 0 0 11000101 1100011 111001

Color Harmonies of #24BFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24BFFE

Black with #24BFFE

Text Example


Text Example

White with #24BFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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