#15D0FB

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

Shades of Deep Sky Blue #15D0FB

Tints of Deep Sky Blue #15D0FB

Color information

#15D0FB (or 0x15D0FB) is unknown color: approx Deep Sky Blue. HEX triplet: 15, D0 and FB. RGB value is (21,208,251). Sum of RGB (Red+Green+Blue) = 21+208+251=480 (63% of max value = 765). Red value is 21 (8.59% from 255 or 4.38% from 480); Green value is 208 (81.64% from 255 or 43.33% from 480); Blue value is 251 (98.44% from 255 or 52.29% from 480); Max value from RGB is 251 - color contains mainly: blue. Hex color #15D0FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15D0FB is #EA2F04. Grayscale: #9C9C9C. Windows color (decimal): -15347461 or 16502805. OLE color: 16502805.

HSL color Cylindrical-coordinate representation of color #15D0FB: hue angle of 191.22º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15D0FB is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB21208251-
CMYK0.920.1700.02
HSL191.22º96.64%53.33%-
HSV(B)191.22º91.63%98.43%-
XYZ40.2852.2499.23-
YUV156.99181.0531-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 4.38%
GREEN value IS 208 (81.64% from 255) = 43.33%
BLUE value IS 251 (98.44% from 255) = 52.29%
R=4.38%
G=43.33%
B=52.29%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal212082510.920.1700.02191.2296.6453.33
Hex15D0FB5C1102bf6135
Octal25320373134210227714165
Binary101011101000011111011101110010001010101111111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15D0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,208,251); }

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

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

 a { background-color: rgb(21,208,251); }

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

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

 span { border-color: rgb(21,208,251); }

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