#10b1fb

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

Shades of Deep Sky Blue #10B1FB

Tints of Deep Sky Blue #10B1FB

Color information

#10B1FB (or 0x10B1FB) is unknown color: approx Deep Sky Blue. HEX triplet: 10, B1 and FB. RGB value is (16,177,251). Sum of RGB (Red+Green+Blue) = 16+177+251=444 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.60% from 444); Green value is 177 (69.53% from 255 or 39.86% from 444); Blue value is 251 (98.44% from 255 or 56.53% from 444); Max value from RGB is 251 - color contains mainly: blue. Hex color #10B1FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10B1FB is #EF4E04. Grayscale: #888888. Windows color (decimal): -15683077 or 16494864. OLE color: 16494864.

HSL color Cylindrical-coordinate representation of color #10B1FB: hue angle of 198.89º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10B1FB is Cyan = 0.94, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB16177251-
CMYK0.940.2900.02
HSL198.89º96.71%52.35%-
HSV(B)198.89º93.63%98.43%-
XYZ33.3538.5296.94-
YUV137.3192.1641.48-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.60%
GREEN value IS 177 (69.53% from 255) = 39.86%
BLUE value IS 251 (98.44% from 255) = 56.53%
R=3.60%
G=39.86%
B=56.53%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal161772510.940.2900.02198.8996.7152.35
Hex10B1FB5E1D02c76134
Octal20261373136350230714164
Binary100001011000111111011101111011101010110001111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10b1fb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10b1fb; }

 p { color: rgb(16,177,251); }

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

<style>
 a { background-color: #10b1fb; }

 a { background-color: rgb(16,177,251); }

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

<style>
 span { border-color: #10b1fb; }

 span { border-color: rgb(16,177,251); }

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