#10B2EF

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

Shades of Deep Sky Blue #10B2EF

Tints of Deep Sky Blue #10B2EF

Color information

#10B2EF (or 0x10B2EF) is unknown color: approx Deep Sky Blue. HEX triplet: 10, B2 and EF. RGB value is (16,178,239). Sum of RGB (Red+Green+Blue) = 16+178+239=433 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.70% from 433); Green value is 178 (69.92% from 255 or 41.11% from 433); Blue value is 239 (93.75% from 255 or 55.20% from 433); Max value from RGB is 239 - color contains mainly: blue. Hex color #10B2EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10B2EF is #EF4D10. Grayscale: #888888. Windows color (decimal): -15682833 or 15708688. OLE color: 15708688.

HSL color Cylindrical-coordinate representation of color #10B2EF: hue angle of 196.41º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10B2EF is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB16178239-
CMYK0.930.2600.06
HSL196.41º87.45%50%-
HSV(B)196.41º93.31%93.73%-
XYZ31.7138.1887.36-
YUV136.52185.8342.04-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.70%
GREEN value IS 178 (69.92% from 255) = 41.11%
BLUE value IS 239 (93.75% from 255) = 55.20%
R=3.70%
G=41.11%
B=55.20%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal161782390.930.2600.06196.4187.4550
Hex10B2EF5D1A06c45732
Octal20262357135320630412762
Binary1000010110010111011111011101110100110110001001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,178,239); }

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

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

 a { background-color: rgb(16,178,239); }

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

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

 span { border-color: rgb(16,178,239); }

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