Html Css Color HEX #0AD4FA Deep Sky Blue

📋 copy color: '#0AD4FA'

red 10 ◦ green 212 ◦ blue 250

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

Shades of Deep Sky Blue #0AD4FA

Tints of Deep Sky Blue #0AD4FA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.92%

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

R = 2.12%
G = 44.92%
B = 52.97%

CMYK

 C value IS 0.96

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0AD4FA (or 0x0AD4FA) is known color: Deep Sky Blue. HEX triplet: 0A, D4 and FA. RGB value is (10,212,250). Sum of RGB (Red+Green+Blue) = 10+212+250=472 (62% of max value = 765). Red value is 10 (4.30% from 255 or 2.12% from 472); Green value is 212 (83.20% from 255 or 44.92% from 472); Blue value is 250 (98.05% from 255 or 52.97% from 472); Max value from RGB is 250 - color contains mainly: blue. Hex color #0AD4FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0AD4FA is #F52B05. Grayscale: #9B9B9B. Windows color (decimal): -16067334 or 16438282. OLE color: 16438282.

HSL color Cylindrical-coordinate representation of color #0AD4FA: hue angle of 189.5º 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 #0AD4FA is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 10 212 250 -
CMYK 0.96 0.15 0 0.02
HSL 189.5º 0.96% 0.51% -
HSV(B) 189.5º 0.96% 0.98% -
XYZ 40.92 54.05 98.72 -
YUV 155.93 181.08 23.91 -
System Red Green Blue C M Y K H S L
Decimal 10 212 250 0.96 0.15 0 0.02 189.5 0.96 0.51
Hex A D4 FA 60 F 0 2 BE 60 33
Octal 12 324 372 140 17 0 2 276 140 63
Binary 1010 11010100 11111010 1100000 1111 0 10 10111110 1100000 110011

Color Harmonies of #0AD4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD4FA

Black with #0AD4FA

Text Example


Text Example

White with #0AD4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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