#10c4ef

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

Shades of Deep Sky Blue #10C4EF

Tints of Deep Sky Blue #10C4EF

Color information

#10C4EF (or 0x10C4EF) is unknown color: approx Deep Sky Blue. HEX triplet: 10, C4 and EF. RGB value is (16,196,239). Sum of RGB (Red+Green+Blue) = 16+196+239=451 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.55% from 451); Green value is 196 (76.95% from 255 or 43.46% from 451); Blue value is 239 (93.75% from 255 or 52.99% from 451); Max value from RGB is 239 - color contains mainly: blue. Hex color #10C4EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10C4EF is #EF3B10. Grayscale: #929292. Windows color (decimal): -15678225 or 15713296. OLE color: 15713296.

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

Color convert

RGB16196239-
CMYK0.930.1800.06
HSL191.57º87.45%50%-
HSV(B)191.57º93.31%93.73%-
XYZ35.5345.8288.63-
YUV147.08179.8734.5-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.55%
GREEN value IS 196 (76.95% from 255) = 43.46%
BLUE value IS 239 (93.75% from 255) = 52.99%
R=3.55%
G=43.46%
B=52.99%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal161962390.930.1800.06191.5787.4550
Hex10C4EF5D1206c05732
Octal20304357135220630012762
Binary1000011000100111011111011101100100110110000001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10c4ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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