Html Css Color HEX #24BFFB Deep Sky Blue

📋 copy color: '#24BFFB'

red 36 ◦ green 191 ◦ blue 251

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

Shades of Deep Sky Blue #24BFFB

Tints of Deep Sky Blue #24BFFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 52.51%

R = 7.53%
G = 39.96%
B = 52.51%

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

#24BFFB (or 0x24BFFB) is known color: Deep Sky Blue. HEX triplet: 24, BF and FB. RGB value is (36,191,251). Sum of RGB (Red+Green+Blue) = 36+191+251=478 (63% of max value = 765). Red value is 36 (14.45% from 255 or 7.53% from 478); Green value is 191 (75% from 255 or 39.96% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #24BFFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24BFFB is #DB4004. Grayscale: #979797. Windows color (decimal): -14368773 or 16498468. OLE color: 16498468.

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

Color convert

RGB 36 191 251 -
CMYK 0.86 0.24 0 0.02
HSL 196.74º 0.96% 0.56% -
HSV(B) 196.74º 0.86% 0.98% -
XYZ 36.77 44.6 97.94 -
YUV 151.5 184.15 45.62 -
System Red Green Blue C M Y K H S L
Decimal 36 191 251 0.86 0.24 0 0.02 196.74 0.96 0.56
Hex 24 BF FB 56 18 0 2 C5 60 38
Octal 44 277 373 126 30 0 2 305 140 70
Binary 100100 10111111 11111011 1010110 11000 0 10 11000101 1100000 111000

Color Harmonies of #24BFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24BFFB

Black with #24BFFB

Text Example


Text Example

White with #24BFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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