#10C2EF

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

Shades of Deep Sky Blue #10C2EF

Tints of Deep Sky Blue #10C2EF

Color information

#10C2EF (or 0x10C2EF) is unknown color: approx Deep Sky Blue. HEX triplet: 10, C2 and EF. RGB value is (16,194,239). Sum of RGB (Red+Green+Blue) = 16+194+239=449 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.56% from 449); Green value is 194 (76.17% from 255 or 43.21% from 449); Blue value is 239 (93.75% from 255 or 53.23% from 449); Max value from RGB is 239 - color contains mainly: blue. Hex color #10C2EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10C2EF is #EF3D10. Grayscale: #919191. Windows color (decimal): -15678737 or 15712784. OLE color: 15712784.

HSL color Cylindrical-coordinate representation of color #10C2EF: hue angle of 192.11º 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 #10C2EF is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB16194239-
CMYK0.930.1900.06
HSL192.11º87.45%50%-
HSV(B)192.11º93.31%93.73%-
XYZ35.0944.9388.48-
YUV145.91180.5335.34-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.56%
GREEN value IS 194 (76.17% from 255) = 43.21%
BLUE value IS 239 (93.75% from 255) = 53.23%
R=3.56%
G=43.21%
B=53.23%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal161942390.930.1900.06192.1187.4550
Hex10C2EF5D1306c05732
Octal20302357135230630012762
Binary1000011000010111011111011101100110110110000001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10C2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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