#15D1F1

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

Shades of Deep Sky Blue #15D1F1

Tints of Deep Sky Blue #15D1F1

Color information

#15D1F1 (or 0x15D1F1) is unknown color: approx Deep Sky Blue. HEX triplet: 15, D1 and F1. RGB value is (21,209,241). Sum of RGB (Red+Green+Blue) = 21+209+241=471 (62% of max value = 765). Red value is 21 (8.59% from 255 or 4.46% from 471); Green value is 209 (82.03% from 255 or 44.37% from 471); Blue value is 241 (94.53% from 255 or 51.17% from 471); Max value from RGB is 241 - color contains mainly: blue. Hex color #15D1F1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15D1F1 is #EA2E0E. Grayscale: #9C9C9C. Windows color (decimal): -15347215 or 15847701. OLE color: 15847701.

HSL color Cylindrical-coordinate representation of color #15D1F1: hue angle of 188.73º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15D1F1 is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB21209241-
CMYK0.910.1300.05
HSL188.73º88.71%51.37%-
HSV(B)188.73º91.29%94.51%-
XYZ38.9952.1191.22-
YUV156.44175.7231.4-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 4.46%
GREEN value IS 209 (82.03% from 255) = 44.37%
BLUE value IS 241 (94.53% from 255) = 51.17%
R=4.46%
G=44.37%
B=51.17%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal212092410.910.1300.05188.7388.7151.37
Hex15D1F15BD05bd5933
Octal25321361133150527513163
Binary101011101000111110001101101111010101101111011011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15D1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,209,241); }

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

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

 a { background-color: rgb(21,209,241); }

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

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

 span { border-color: rgb(21,209,241); }

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