Html Css Color HEX #10AAFD Deep Sky Blue

📋 copy color: '#10AAFD'

red 16 ◦ green 170 ◦ blue 253

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

Shades of Deep Sky Blue #10AAFD

Tints of Deep Sky Blue #10AAFD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.72%

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

R = 3.64%
G = 38.72%
B = 57.63%

CMYK

 C value IS 0.94

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#10AAFD (or 0x10AAFD) is known color: Deep Sky Blue. HEX triplet: 10, AA and FD. RGB value is (16,170,253). Sum of RGB (Red+Green+Blue) = 16+170+253=439 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.64% from 439); Green value is 170 (66.80% from 255 or 38.72% from 439); Blue value is 253 (99.22% from 255 or 57.63% from 439); Max value from RGB is 253 - color contains mainly: blue. Hex color #10AAFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10AAFD is #EF5502. Grayscale: #848484. Windows color (decimal): -15684867 or 16624144. OLE color: 16624144.

HSL color Cylindrical-coordinate representation of color #10AAFD: hue angle of 201.01º 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 #10AAFD is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 16 170 253 -
CMYK 0.94 0.33 0 0.01
HSL 201.01º 0.98% 0.53% -
HSV(B) 201.01º 0.94% 0.99% -
XYZ 32.32 35.95 98.16 -
YUV 133.42 195.48 44.25 -
System Red Green Blue C M Y K H S L
Decimal 16 170 253 0.94 0.33 0 0.01 201.01 0.98 0.53
Hex 10 AA FD 5E 21 0 1 C9 62 35
Octal 20 252 375 136 41 0 1 311 142 65
Binary 10000 10101010 11111101 1011110 100001 0 1 11001001 1100010 110101

Color Harmonies of #10AAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AAFD

Black with #10AAFD

Text Example


Text Example

White with #10AAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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