#10BCE9

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

Shades of Deep Sky Blue #10BCE9

Tints of Deep Sky Blue #10BCE9

Color information

#10BCE9 (or 0x10BCE9) is unknown color: approx Deep Sky Blue. HEX triplet: 10, BC and E9. RGB value is (16,188,233). Sum of RGB (Red+Green+Blue) = 16+188+233=437 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.66% from 437); Green value is 188 (73.83% from 255 or 43.02% from 437); Blue value is 233 (91.41% from 255 or 53.32% from 437); Max value from RGB is 233 - color contains mainly: blue. Hex color #10BCE9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10BCE9 is #EF4316. Grayscale: #8D8D8D. Windows color (decimal): -15680279 or 15318032. OLE color: 15318032.

HSL color Cylindrical-coordinate representation of color #10BCE9: hue angle of 192.44º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10BCE9 is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16188233-
CMYK0.930.1900.09
HSL192.44º87.15%48.82%-
HSV(B)192.44º93.13%91.37%-
XYZ32.941.9683.46-
YUV141.7179.5238.34-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.66%
GREEN value IS 188 (73.83% from 255) = 43.02%
BLUE value IS 233 (91.41% from 255) = 53.32%
R=3.66%
G=43.02%
B=53.32%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal161882330.930.1900.09192.4487.1548.82
Hex10BCE95D1309c05731
Octal202743511352301130012761
Binary10000101111001110100110111011001101001110000001010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10BCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,188,233); }

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

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

 a { background-color: rgb(16,188,233); }

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

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

 span { border-color: rgb(16,188,233); }

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