Html Css Color HEX #10ADF0 Deep Sky Blue

📋 copy color: '#10ADF0'

red 16 ◦ green 173 ◦ blue 240

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

Shades of Deep Sky Blue #10ADF0

Tints of Deep Sky Blue #10ADF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 55.94%

R = 3.73%
G = 40.33%
B = 55.94%

CMYK

 C value IS 0.93

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#10ADF0 (or 0x10ADF0) is known color: Deep Sky Blue. HEX triplet: 10, AD and F0. RGB value is (16,173,240). Sum of RGB (Red+Green+Blue) = 16+173+240=429 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.73% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 240 (94.14% from 255 or 55.94% from 429); Max value from RGB is 240 - color contains mainly: blue. Hex color #10ADF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10ADF0 is #EF520F. Grayscale: #858585. Windows color (decimal): -15684112 or 15772944. OLE color: 15772944.

HSL color Cylindrical-coordinate representation of color #10ADF0: hue angle of 197.95º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10ADF0 is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 16 173 240 -
CMYK 0.93 0.28 0 0.06
HSL 197.95º 0.88% 0.5% -
HSV(B) 197.95º 0.93% 0.94% -
XYZ 30.89 36.29 87.81 -
YUV 133.7 187.99 44.05 -
System Red Green Blue C M Y K H S L
Decimal 16 173 240 0.93 0.28 0 0.06 197.95 0.88 0.5
Hex 10 AD F0 5D 1C 0 6 C6 58 32
Octal 20 255 360 135 34 0 6 306 130 62
Binary 10000 10101101 11110000 1011101 11100 0 110 11000110 1011000 110010

Color Harmonies of #10ADF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10ADF0

Black with #10ADF0

Text Example


Text Example

White with #10ADF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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