#13B8F1

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

Shades of Deep Sky Blue #13B8F1

Tints of Deep Sky Blue #13B8F1

Color information

#13B8F1 (or 0x13B8F1) is unknown color: approx Deep Sky Blue. HEX triplet: 13, B8 and F1. RGB value is (19,184,241). Sum of RGB (Red+Green+Blue) = 19+184+241=444 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.28% from 444); Green value is 184 (72.27% from 255 or 41.44% from 444); Blue value is 241 (94.53% from 255 or 54.28% from 444); Max value from RGB is 241 - color contains mainly: blue. Hex color #13B8F1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13B8F1 is #EC470E. Grayscale: #8C8C8C. Windows color (decimal): -15484687 or 15841299. OLE color: 15841299.

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

Color convert

RGB19184241-
CMYK0.920.2400.05
HSL195.41º88.8%50.98%-
HSV(B)195.41º92.12%94.51%-
XYZ33.2940.7789.33-
YUV141.16184.3440.87-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.28%
GREEN value IS 184 (72.27% from 255) = 41.44%
BLUE value IS 241 (94.53% from 255) = 54.28%
R=4.28%
G=41.44%
B=54.28%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal191842410.920.2400.05195.4188.850.98
Hex13B8F15C1805c35933
Octal23270361134300530313163
Binary1001110111000111100011011100110000101110000111011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13B8F1; }

 p { color: rgb(19,184,241); }

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

<style>
 a { background-color: #13B8F1; }

 a { background-color: rgb(19,184,241); }

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

<style>
 span { border-color: #13B8F1; }

 span { border-color: rgb(19,184,241); }

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