Html Css Color HEX #10ADF9 Deep Sky Blue

📋 copy color: '#10ADF9'

red 16 ◦ green 173 ◦ blue 249

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

Shades of Deep Sky Blue #10ADF9

Tints of Deep Sky Blue #10ADF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 56.85%

R = 3.65%
G = 39.5%
B = 56.85%

CMYK

 C value IS 0.94

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#10ADF9 (or 0x10ADF9) is known color: Deep Sky Blue. HEX triplet: 10, AD and F9. RGB value is (16,173,249). Sum of RGB (Red+Green+Blue) = 16+173+249=438 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.65% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 249 (97.66% from 255 or 56.85% from 438); Max value from RGB is 249 - color contains mainly: blue. Hex color #10ADF9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10ADF9 is #EF5206. Grayscale: #868686. Windows color (decimal): -15684103 or 16362768. OLE color: 16362768.

HSL color Cylindrical-coordinate representation of color #10ADF9: hue angle of 199.57º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10ADF9 is Cyan = 0.94, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 16 173 249 -
CMYK 0.94 0.31 0 0.02
HSL 199.57º 0.95% 0.52% -
HSV(B) 199.57º 0.94% 0.98% -
XYZ 32.26 36.84 95.03 -
YUV 134.72 192.49 43.32 -
System Red Green Blue C M Y K H S L
Decimal 16 173 249 0.94 0.31 0 0.02 199.57 0.95 0.52
Hex 10 AD F9 5E 1F 0 2 C8 5F 34
Octal 20 255 371 136 37 0 2 310 137 64
Binary 10000 10101101 11111001 1011110 11111 0 10 11001000 1011111 110100

Color Harmonies of #10ADF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10ADF9

Black with #10ADF9

Text Example


Text Example

White with #10ADF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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