#15B8FE

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

Shades of Deep Sky Blue #15B8FE

Tints of Deep Sky Blue #15B8FE

Color information

#15B8FE (or 0x15B8FE) is unknown color: approx Deep Sky Blue. HEX triplet: 15, B8 and FE. RGB value is (21,184,254). Sum of RGB (Red+Green+Blue) = 21+184+254=459 (60% of max value = 765). Red value is 21 (8.59% from 255 or 4.58% from 459); Green value is 184 (72.27% from 255 or 40.09% from 459); Blue value is 254 (99.61% from 255 or 55.34% from 459); Max value from RGB is 254 - color contains mainly: blue. Hex color #15B8FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15B8FE is #EA4701. Grayscale: #8E8E8E. Windows color (decimal): -15353602 or 16693269. OLE color: 16693269.

HSL color Cylindrical-coordinate representation of color #15B8FE: hue angle of 198.03º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15B8FE is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB21184254-
CMYK0.920.2800.00
HSL198.03º99.15%53.92%-
HSV(B)198.03º91.73%99.61%-
XYZ35.3441.699.93-
YUV143.24190.540.81-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 4.58%
GREEN value IS 184 (72.27% from 255) = 40.09%
BLUE value IS 254 (99.61% from 255) = 55.34%
R=4.58%
G=40.09%
B=55.34%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal211842540.920.2800.00198.0399.1553.92
Hex15B8FE5C1C00c66336
Octal25270376134340030614366
Binary10101101110001111111010111001110000110001101100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15B8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15B8FE; }

 p { color: rgb(21,184,254); }

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

<style>
 a { background-color: #15B8FE; }

 a { background-color: rgb(21,184,254); }

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

<style>
 span { border-color: #15B8FE; }

 span { border-color: rgb(21,184,254); }

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