#15D4FD

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

Shades of Deep Sky Blue #15D4FD

Tints of Deep Sky Blue #15D4FD

Color information

#15D4FD (or 0x15D4FD) is unknown color: approx Deep Sky Blue. HEX triplet: 15, D4 and FD. RGB value is (21,212,253). Sum of RGB (Red+Green+Blue) = 21+212+253=486 (64% of max value = 765). Red value is 21 (8.59% from 255 or 4.32% from 486); Green value is 212 (83.20% from 255 or 43.62% from 486); Blue value is 253 (99.22% from 255 or 52.06% from 486); Max value from RGB is 253 - color contains mainly: blue. Hex color #15D4FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15D4FD is #EA2B02. Grayscale: #9F9F9F. Windows color (decimal): -15346435 or 16634901. OLE color: 16634901.

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

Color convert

RGB21212253-
CMYK0.920.1600.01
HSL190.6º98.31%53.73%-
HSV(B)190.6º91.7%99.22%-
XYZ41.5854.34101.23-
YUV159.56180.7229.17-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 4.32%
GREEN value IS 212 (83.20% from 255) = 43.62%
BLUE value IS 253 (99.22% from 255) = 52.06%
R=4.32%
G=43.62%
B=52.06%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal212122530.920.1600.01190.698.3153.73
Hex15D4FD5C1001bf6236
Octal25324375134200127714266
Binary10101110101001111110110111001000001101111111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15D4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,212,253); }

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

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

 a { background-color: rgb(21,212,253); }

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

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

 span { border-color: rgb(21,212,253); }

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