Html Css Color HEX #0AADF7 Deep Sky Blue

📋 copy color: '#0AADF7'

red 10 ◦ green 173 ◦ blue 247

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

Shades of Deep Sky Blue #0AADF7

Tints of Deep Sky Blue #0AADF7

RGB

 RED value IS 10 (4.3% from 255) = 2.33%

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

 BLUE value IS 247 (96.88% from 255) = 57.44%

R = 2.33%
G = 40.23%
B = 57.44%

CMYK

 C value IS 0.96

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#0AADF7 (or 0x0AADF7) is known color: Deep Sky Blue. HEX triplet: 0A, AD and F7. RGB value is (10,173,247). Sum of RGB (Red+Green+Blue) = 10+173+247=430 (56% of max value = 765). Red value is 10 (4.30% from 255 or 2.33% from 430); Green value is 173 (67.97% from 255 or 40.23% from 430); Blue value is 247 (96.88% from 255 or 57.44% from 430); Max value from RGB is 247 - color contains mainly: blue. Hex color #0AADF7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0AADF7 is #F55208. Grayscale: #848484. Windows color (decimal): -16077321 or 16231690. OLE color: 16231690.

HSL color Cylindrical-coordinate representation of color #0AADF7: hue angle of 198.73º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AADF7 is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 10 173 247 -
CMYK 0.96 0.30 0 0.03
HSL 198.73º 0.94% 0.5% -
HSV(B) 198.73º 0.96% 0.97% -
XYZ 31.86 36.67 93.39 -
YUV 132.7 192.5 40.48 -
System Red Green Blue C M Y K H S L
Decimal 10 173 247 0.96 0.30 0 0.03 198.73 0.94 0.5
Hex A AD F7 60 1E 0 3 C7 5E 32
Octal 12 255 367 140 36 0 3 307 136 62
Binary 1010 10101101 11110111 1100000 11110 0 11 11000111 1011110 110010

Color Harmonies of #0AADF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AADF7

Black with #0AADF7

Text Example


Text Example

White with #0AADF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0AADF7; }

 p { color: rgb(10,173,247); }

 H1.HeaderClassName
 {
   color: #0AADF7;
 }
 .AnyTagClassName
 {
   color: #0AADF7;
 }
</style>

background-color css

<style>
 a { background-color: #0AADF7; }

 a { background-color: rgb(10,173,247); }

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

border-color css

<style>
 span { border-color: #0AADF7; }

 span { border-color: rgb(10,173,247); }

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