Html Css Color HEX #0AD9FA Deep Sky Blue

📋 copy color: '#0AD9FA'

red 10 ◦ green 217 ◦ blue 250

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

Shades of Deep Sky Blue #0AD9FA

Tints of Deep Sky Blue #0AD9FA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.49%

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

R = 2.1%
G = 45.49%
B = 52.41%

CMYK

 C value IS 0.96

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0AD9FA (or 0x0AD9FA) is known color: Deep Sky Blue. HEX triplet: 0A, D9 and FA. RGB value is (10,217,250). Sum of RGB (Red+Green+Blue) = 10+217+250=477 (63% of max value = 765). Red value is 10 (4.30% from 255 or 2.10% from 477); Green value is 217 (85.16% from 255 or 45.49% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #0AD9FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0AD9FA is #F52605. Grayscale: #9E9E9E. Windows color (decimal): -16066054 or 16439562. OLE color: 16439562.

HSL color Cylindrical-coordinate representation of color #0AD9FA: hue angle of 188.25º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AD9FA is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 10 217 250 -
CMYK 0.96 0.13 0 0.02
HSL 188.25º 0.96% 0.51% -
HSV(B) 188.25º 0.96% 0.98% -
XYZ 42.19 56.59 99.14 -
YUV 158.87 179.42 21.82 -
System Red Green Blue C M Y K H S L
Decimal 10 217 250 0.96 0.13 0 0.02 188.25 0.96 0.51
Hex A D9 FA 60 D 0 2 BC 60 33
Octal 12 331 372 140 15 0 2 274 140 63
Binary 1010 11011001 11111010 1100000 1101 0 10 10111100 1100000 110011

Color Harmonies of #0AD9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD9FA

Black with #0AD9FA

Text Example


Text Example

White with #0AD9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,217,250); }

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

background-color css

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

 a { background-color: rgb(10,217,250); }

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

border-color css

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

 span { border-color: rgb(10,217,250); }

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