Html Css Color HEX #24B5FE Deep Sky Blue

📋 copy color: '#24B5FE'

red 36 ◦ green 181 ◦ blue 254

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

Shades of Deep Sky Blue #24B5FE

Tints of Deep Sky Blue #24B5FE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.43%

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

R = 7.64%
G = 38.43%
B = 53.93%

CMYK

 C value IS 0.86

 M value IS 0.29

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#24B5FE (or 0x24B5FE) is known color: Deep Sky Blue. HEX triplet: 24, B5 and FE. RGB value is (36,181,254). Sum of RGB (Red+Green+Blue) = 36+181+254=471 (62% of max value = 765). Red value is 36 (14.45% from 255 or 7.64% from 471); Green value is 181 (71.09% from 255 or 38.43% from 471); Blue value is 254 (99.61% from 255 or 53.93% from 471); Max value from RGB is 254 - color contains mainly: blue. Hex color #24B5FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24B5FE is #DB4A01. Grayscale: #919191. Windows color (decimal): -14371330 or 16692516. OLE color: 16692516.

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

Color convert

RGB 36 181 254 -
CMYK 0.86 0.29 0 0.00
HSL 200.09º 0.99% 0.57% -
HSV(B) 200.09º 0.86% 1% -
XYZ 35.14 40.58 99.75 -
YUV 145.97 188.96 49.56 -
System Red Green Blue C M Y K H S L
Decimal 36 181 254 0.86 0.29 0 0.00 200.09 0.99 0.57
Hex 24 B5 FE 56 1D 0 0 C8 63 39
Octal 44 265 376 126 35 0 0 310 143 71
Binary 100100 10110101 11111110 1010110 11101 0 0 11001000 1100011 111001

Color Harmonies of #24B5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24B5FE

Black with #24B5FE

Text Example


Text Example

White with #24B5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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