Html Css Color HEX #10AAFA Deep Sky Blue

📋 copy color: '#10AAFA'

red 16 ◦ green 170 ◦ blue 250

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

Shades of Deep Sky Blue #10AAFA

Tints of Deep Sky Blue #10AAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 57.34%

R = 3.67%
G = 38.99%
B = 57.34%

CMYK

 C value IS 0.94

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#10AAFA (or 0x10AAFA) is known color: Deep Sky Blue. HEX triplet: 10, AA and FA. RGB value is (16,170,250). Sum of RGB (Red+Green+Blue) = 16+170+250=436 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.67% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 250 (98.05% from 255 or 57.34% from 436); Max value from RGB is 250 - color contains mainly: blue. Hex color #10AAFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10AAFA is #EF5505. Grayscale: #848484. Windows color (decimal): -15684870 or 16427536. OLE color: 16427536.

HSL color Cylindrical-coordinate representation of color #10AAFA: hue angle of 200.51º degrees, saturation: 0.96, 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 #10AAFA is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 16 170 250 -
CMYK 0.94 0.32 0 0.02
HSL 200.51º 0.96% 0.52% -
HSV(B) 200.51º 0.94% 0.98% -
XYZ 31.84 35.76 95.67 -
YUV 133.07 193.98 44.5 -
System Red Green Blue C M Y K H S L
Decimal 16 170 250 0.94 0.32 0 0.02 200.51 0.96 0.52
Hex 10 AA FA 5E 20 0 2 C9 60 34
Octal 20 252 372 136 40 0 2 311 140 64
Binary 10000 10101010 11111010 1011110 100000 0 10 11001001 1100000 110100

Color Harmonies of #10AAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AAFA

Black with #10AAFA

Text Example


Text Example

White with #10AAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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