#10CAEB

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

Shades of Deep Sky Blue #10CAEB

Tints of Deep Sky Blue #10CAEB

Color information

#10CAEB (or 0x10CAEB) is unknown color: approx Deep Sky Blue. HEX triplet: 10, CA and EB. RGB value is (16,202,235). Sum of RGB (Red+Green+Blue) = 16+202+235=453 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.53% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 235 (92.19% from 255 or 51.88% from 453); Max value from RGB is 235 - color contains mainly: blue. Hex color #10CAEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10CAEB is #EF3514. Grayscale: #959595. Windows color (decimal): -15676693 or 15452688. OLE color: 15452688.

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

Color convert

RGB16202235-
CMYK0.930.1400.08
HSL189.04º87.25%49.22%-
HSV(B)189.04º93.19%92.16%-
XYZ36.3348.3586.01-
YUV150.15175.8832.32-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.53%
GREEN value IS 202 (79.30% from 255) = 44.59%
BLUE value IS 235 (92.19% from 255) = 51.88%
R=3.53%
G=44.59%
B=51.88%

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
Decimal162022350.930.1400.08189.0487.2549.22
Hex10CAEB5DE08bd5731
Octal203123531351601027512761
Binary1000011001010111010111011101111001000101111011010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10CAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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