#24BEFF

Color #24BEFF Deep Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sky Blue #24BEFF

Tints of Deep Sky Blue #24BEFF

Color information

#24BEFF (or 0x24BEFF) is unknown color: approx Deep Sky Blue. HEX triplet: 24, BE and FF. RGB value is (36,190,255). Sum of RGB (Red+Green+Blue) = 36+190+255=481 (63% of max value = 765). Red value is 36 (14.45% from 255 or 7.48% from 481); Green value is 190 (74.61% from 255 or 39.50% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #24BEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24BEFF is #DB4100. Grayscale: #969696. Windows color (decimal): -14369025 or 16760356. OLE color: 16760356.

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

Color convert

RGB36190255-
CMYK0.860.2500
HSL197.81º100%57.06%-
HSV(B)197.81º85.88%100%-
XYZ37.1944.42101.22-
YUV151.36186.4845.71-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 7.48%
GREEN value IS 190 (74.61% from 255) = 39.50%
BLUE value IS 255 (100% from 255) = 53.01%
R=7.48%
G=39.50%
B=53.01%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal361902550.860.2500197.8110057.06
Hex24BEFF561900c66439
Octal44276377126310030614471
Binary100100101111101111111110101101100100110001101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24BEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,190,255); }

 H1.HeaderClassName
 {
   color: #24BEFF;
 }
 .AnyTagClassName
 {
   color: #24BEFF;
 }
</style>
background-color css

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

 a { background-color: rgb(36,190,255); }

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

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

 span { border-color: rgb(36,190,255); }

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