Html Css Color HEX #10AEED Deep Sky Blue

📋 copy color: '#10AEED'

red 16 ◦ green 174 ◦ blue 237

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

Shades of Deep Sky Blue #10AEED

Tints of Deep Sky Blue #10AEED

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.75%

 BLUE value IS 237 (92.97% from 255) = 55.5%

R = 3.75%
G = 40.75%
B = 55.5%

CMYK

 C value IS 0.93

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#10AEED (or 0x10AEED) is known color: Deep Sky Blue. HEX triplet: 10, AE and ED. RGB value is (16,174,237). Sum of RGB (Red+Green+Blue) = 16+174+237=427 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.75% from 427); Green value is 174 (68.36% from 255 or 40.75% from 427); Blue value is 237 (92.97% from 255 or 55.50% from 427); Max value from RGB is 237 - color contains mainly: blue. Hex color #10AEED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10AEED is #EF5112. Grayscale: #858585. Windows color (decimal): -15683859 or 15576592. OLE color: 15576592.

HSL color Cylindrical-coordinate representation of color #10AEED: hue angle of 197.1º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10AEED is Cyan = 0.93, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 16 174 237 -
CMYK 0.93 0.27 0 0.07
HSL 197.1º 0.87% 0.5% -
HSV(B) 197.1º 0.93% 0.93% -
XYZ 30.64 36.5 85.55 -
YUV 133.94 186.15 43.88 -
System Red Green Blue C M Y K H S L
Decimal 16 174 237 0.93 0.27 0 0.07 197.1 0.87 0.5
Hex 10 AE ED 5D 1B 0 7 C5 57 32
Octal 20 256 355 135 33 0 7 305 127 62
Binary 10000 10101110 11101101 1011101 11011 0 111 11000101 1010111 110010

Color Harmonies of #10AEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AEED

Black with #10AEED

Text Example


Text Example

White with #10AEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,174,237); }

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

background-color css

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

 a { background-color: rgb(16,174,237); }

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

border-color css

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

 span { border-color: rgb(16,174,237); }

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