Html Css Color HEX #10ADFD Deep Sky Blue

📋 copy color: '#10ADFD'

red 16 ◦ green 173 ◦ blue 253

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

Shades of Deep Sky Blue #10ADFD

Tints of Deep Sky Blue #10ADFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 57.24%

R = 3.62%
G = 39.14%
B = 57.24%

CMYK

 C value IS 0.94

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#10ADFD (or 0x10ADFD) is known color: Deep Sky Blue. HEX triplet: 10, AD and FD. RGB value is (16,173,253). Sum of RGB (Red+Green+Blue) = 16+173+253=442 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.62% from 442); Green value is 173 (67.97% from 255 or 39.14% from 442); Blue value is 253 (99.22% from 255 or 57.24% from 442); Max value from RGB is 253 - color contains mainly: blue. Hex color #10ADFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10ADFD is #EF5202. Grayscale: #868686. Windows color (decimal): -15684099 or 16624912. OLE color: 16624912.

HSL color Cylindrical-coordinate representation of color #10ADFD: hue angle of 200.25º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10ADFD is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 16 173 253 -
CMYK 0.94 0.32 0 0.01
HSL 200.25º 0.98% 0.53% -
HSV(B) 200.25º 0.94% 0.99% -
XYZ 32.89 37.09 98.35 -
YUV 135.18 194.49 43 -
System Red Green Blue C M Y K H S L
Decimal 16 173 253 0.94 0.32 0 0.01 200.25 0.98 0.53
Hex 10 AD FD 5E 20 0 1 C8 62 35
Octal 20 255 375 136 40 0 1 310 142 65
Binary 10000 10101101 11111101 1011110 100000 0 1 11001000 1100010 110101

Color Harmonies of #10ADFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10ADFD

Black with #10ADFD

Text Example


Text Example

White with #10ADFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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