Html Css Color HEX #10ADEA Deep Sky Blue

📋 copy color: '#10ADEA'

red 16 ◦ green 173 ◦ blue 234

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

Shades of Deep Sky Blue #10ADEA

Tints of Deep Sky Blue #10ADEA

RGB

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

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

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

R = 3.78%
G = 40.9%
B = 55.32%

CMYK

 C value IS 0.93

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#10ADEA (or 0x10ADEA) is known color: Deep Sky Blue. HEX triplet: 10, AD and EA. RGB value is (16,173,234). Sum of RGB (Red+Green+Blue) = 16+173+234=423 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.78% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 234 (91.80% from 255 or 55.32% from 423); Max value from RGB is 234 - color contains mainly: blue. Hex color #10ADEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10ADEA is #EF5215. Grayscale: #848484. Windows color (decimal): -15684118 or 15379728. OLE color: 15379728.

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

Color convert

RGB 16 173 234 -
CMYK 0.93 0.26 0 0.08
HSL 196.79º 0.87% 0.49% -
HSV(B) 196.79º 0.93% 0.92% -
XYZ 30.01 35.94 83.2 -
YUV 133.01 184.99 44.54 -
System Red Green Blue C M Y K H S L
Decimal 16 173 234 0.93 0.26 0 0.08 196.79 0.87 0.49
Hex 10 AD EA 5D 1A 0 8 C5 57 31
Octal 20 255 352 135 32 0 10 305 127 61
Binary 10000 10101101 11101010 1011101 11010 0 1000 11000101 1010111 110001

Color Harmonies of #10ADEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10ADEA

Black with #10ADEA

Text Example


Text Example

White with #10ADEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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