Html Css Color HEX #10ADED Deep Sky Blue

📋 copy color: '#10ADED'

red 16 ◦ green 173 ◦ blue 237

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

Shades of Deep Sky Blue #10ADED

Tints of Deep Sky Blue #10ADED

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.61%

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

R = 3.76%
G = 40.61%
B = 55.63%

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

#10ADED (or 0x10ADED) is known color: Deep Sky Blue. HEX triplet: 10, AD and ED. RGB value is (16,173,237). Sum of RGB (Red+Green+Blue) = 16+173+237=426 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.76% from 426); Green value is 173 (67.97% from 255 or 40.61% from 426); Blue value is 237 (92.97% from 255 or 55.63% from 426); Max value from RGB is 237 - color contains mainly: blue. Hex color #10ADED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10ADED is #EF5212. Grayscale: #848484. Windows color (decimal): -15684115 or 15576336. OLE color: 15576336.

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

Color convert

RGB 16 173 237 -
CMYK 0.93 0.27 0 0.07
HSL 197.38º 0.87% 0.5% -
HSV(B) 197.38º 0.93% 0.93% -
XYZ 30.44 36.11 85.49 -
YUV 133.35 186.49 44.3 -
System Red Green Blue C M Y K H S L
Decimal 16 173 237 0.93 0.27 0 0.07 197.38 0.87 0.5
Hex 10 AD ED 5D 1B 0 7 C5 57 32
Octal 20 255 355 135 33 0 7 305 127 62
Binary 10000 10101101 11101101 1011101 11011 0 111 11000101 1010111 110010

Color Harmonies of #10ADED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10ADED

Black with #10ADED

Text Example


Text Example

White with #10ADED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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