Html Css Color HEX #0AD6F6 Deep Sky Blue

📋 copy color: '#0AD6F6'

red 10 ◦ green 214 ◦ blue 246

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

Shades of Deep Sky Blue #0AD6F6

Tints of Deep Sky Blue #0AD6F6

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.53%

 BLUE value IS 246 (96.48% from 255) = 52.34%

R = 2.13%
G = 45.53%
B = 52.34%

CMYK

 C value IS 0.96

 M value IS 0.13

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#0AD6F6 (or 0x0AD6F6) is known color: Deep Sky Blue. HEX triplet: 0A, D6 and F6. RGB value is (10,214,246). Sum of RGB (Red+Green+Blue) = 10+214+246=470 (62% of max value = 765). Red value is 10 (4.30% from 255 or 2.13% from 470); Green value is 214 (83.98% from 255 or 45.53% from 470); Blue value is 246 (96.48% from 255 or 52.34% from 470); Max value from RGB is 246 - color contains mainly: blue. Hex color #0AD6F6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0AD6F6 is #F52909. Grayscale: #9C9C9C. Windows color (decimal): -16066826 or 16176650. OLE color: 16176650.

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

Color convert

RGB 10 214 246 -
CMYK 0.96 0.13 0 0.04
HSL 188.14º 0.93% 0.5% -
HSV(B) 188.14º 0.96% 0.96% -
XYZ 40.81 54.81 95.62 -
YUV 156.65 178.41 23.4 -
System Red Green Blue C M Y K H S L
Decimal 10 214 246 0.96 0.13 0 0.04 188.14 0.93 0.5
Hex A D6 F6 60 D 0 4 BC 5D 32
Octal 12 326 366 140 15 0 4 274 135 62
Binary 1010 11010110 11110110 1100000 1101 0 100 10111100 1011101 110010

Color Harmonies of #0AD6F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD6F6

Black with #0AD6F6

Text Example


Text Example

White with #0AD6F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,214,246); }

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

background-color css

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

 a { background-color: rgb(10,214,246); }

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

border-color css

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

 span { border-color: rgb(10,214,246); }

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