#10C9EB

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

Shades of Deep Sky Blue #10C9EB

Tints of Deep Sky Blue #10C9EB

Color information

#10C9EB (or 0x10C9EB) is unknown color: approx Deep Sky Blue. HEX triplet: 10, C9 and EB. RGB value is (16,201,235). Sum of RGB (Red+Green+Blue) = 16+201+235=452 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.54% from 452); Green value is 201 (78.91% from 255 or 44.47% from 452); Blue value is 235 (92.19% from 255 or 51.99% from 452); Max value from RGB is 235 - color contains mainly: blue. Hex color #10C9EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10C9EB is #EF3614. Grayscale: #959595. Windows color (decimal): -15676949 or 15452432. OLE color: 15452432.

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

Color convert

RGB16201235-
CMYK0.930.1400.08
HSL189.32º87.25%49.22%-
HSV(B)189.32º93.19%92.16%-
XYZ36.147.8885.94-
YUV149.56176.2132.74-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.54%
GREEN value IS 201 (78.91% from 255) = 44.47%
BLUE value IS 235 (92.19% from 255) = 51.99%
R=3.54%
G=44.47%
B=51.99%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal162012350.930.1400.08189.3287.2549.22
Hex10C9EB5DE08bd5731
Octal203113531351601027512761
Binary1000011001001111010111011101111001000101111011010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10C9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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