Html Css Color HEX #10A6EA Deep Sky Blue

📋 copy color: '#10A6EA'

red 16 ◦ green 166 ◦ blue 234

#10A6EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sky Blue #10A6EA

Tints of Deep Sky Blue #10A6EA

RGB

 RED value IS 16 (6.64% from 255) = 3.85%

 GREEN value IS 166 (65.23% from 255) = 39.9%

 BLUE value IS 234 (91.8% from 255) = 56.25%

R = 3.85%
G = 39.9%
B = 56.25%

CMYK

 C value IS 0.93

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#10A6EA (or 0x10A6EA) is known color: Deep Sky Blue. HEX triplet: 10, A6 and EA. RGB value is (16,166,234). Sum of RGB (Red+Green+Blue) = 16+166+234=416 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.85% from 416); Green value is 166 (65.23% from 255 or 39.90% from 416); Blue value is 234 (91.80% from 255 or 56.25% from 416); Max value from RGB is 234 - color contains mainly: blue. Hex color #10A6EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10A6EA is #EF5915. Grayscale: #808080. Windows color (decimal): -15685910 or 15377936. OLE color: 15377936.

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

Color convert

RGB 16 166 234 -
CMYK 0.93 0.29 0 0.08
HSL 198.72º 0.87% 0.49% -
HSV(B) 198.72º 0.93% 0.92% -
XYZ 28.7 33.32 82.76 -
YUV 128.9 187.31 47.47 -
System Red Green Blue C M Y K H S L
Decimal 16 166 234 0.93 0.29 0 0.08 198.72 0.87 0.49
Hex 10 A6 EA 5D 1D 0 8 C7 57 31
Octal 20 246 352 135 35 0 10 307 127 61
Binary 10000 10100110 11101010 1011101 11101 0 1000 11000111 1010111 110001

Color Harmonies of #10A6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A6EA

Black with #10A6EA

Text Example


Text Example

White with #10A6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,166,234); }

 H1.HeaderClassName
 {
   color: #10A6EA;
 }
 .AnyTagClassName
 {
   color: #10A6EA;
 }
</style>

background-color css

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

 a { background-color: rgb(16,166,234); }

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

border-color css

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

 span { border-color: rgb(16,166,234); }

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