Html Css Color HEX #10AAEB Deep Sky Blue

📋 copy color: '#10AAEB'

red 16 ◦ green 170 ◦ blue 235

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

Shades of Deep Sky Blue #10AAEB

Tints of Deep Sky Blue #10AAEB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.38%

 BLUE value IS 235 (92.19% from 255) = 55.82%

R = 3.8%
G = 40.38%
B = 55.82%

CMYK

 C value IS 0.93

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#10AAEB (or 0x10AAEB) is known color: Deep Sky Blue. HEX triplet: 10, AA and EB. RGB value is (16,170,235). Sum of RGB (Red+Green+Blue) = 16+170+235=421 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.80% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 235 (92.19% from 255 or 55.82% from 421); Max value from RGB is 235 - color contains mainly: blue. Hex color #10AAEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10AAEB is #EF5514. Grayscale: #828282. Windows color (decimal): -15684885 or 15444496. OLE color: 15444496.

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

Color convert

RGB 16 170 235 -
CMYK 0.93 0.28 0 0.08
HSL 197.81º 0.87% 0.49% -
HSV(B) 197.81º 0.93% 0.92% -
XYZ 29.58 34.86 83.77 -
YUV 131.36 186.48 45.71 -
System Red Green Blue C M Y K H S L
Decimal 16 170 235 0.93 0.28 0 0.08 197.81 0.87 0.49
Hex 10 AA EB 5D 1C 0 8 C6 57 31
Octal 20 252 353 135 34 0 10 306 127 61
Binary 10000 10101010 11101011 1011101 11100 0 1000 11000110 1010111 110001

Color Harmonies of #10AAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AAEB

Black with #10AAEB

Text Example


Text Example

White with #10AAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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