#10C4EB

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

Shades of Deep Sky Blue #10C4EB

Tints of Deep Sky Blue #10C4EB

Color information

#10C4EB (or 0x10C4EB) is unknown color: approx Deep Sky Blue. HEX triplet: 10, C4 and EB. RGB value is (16,196,235). Sum of RGB (Red+Green+Blue) = 16+196+235=447 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.58% from 447); Green value is 196 (76.95% from 255 or 43.85% from 447); Blue value is 235 (92.19% from 255 or 52.57% from 447); Max value from RGB is 235 - color contains mainly: blue. Hex color #10C4EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10C4EB is #EF3B14. Grayscale: #929292. Windows color (decimal): -15678229 or 15451152. OLE color: 15451152.

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

Color convert

RGB16196235-
CMYK0.930.1700.08
HSL190.68º87.25%49.22%-
HSV(B)190.68º93.19%92.16%-
XYZ34.9545.5985.55-
YUV146.63177.8734.83-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.58%
GREEN value IS 196 (76.95% from 255) = 43.85%
BLUE value IS 235 (92.19% from 255) = 52.57%
R=3.58%
G=43.85%
B=52.57%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal161962350.930.1700.08190.6887.2549.22
Hex10C4EB5D1108bf5731
Octal203043531352101027712761
Binary10000110001001110101110111011000101000101111111010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10C4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,196,235); }

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

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

 a { background-color: rgb(16,196,235); }

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

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

 span { border-color: rgb(16,196,235); }

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