Html Css Color HEX #0AB4F6 Deep Sky Blue

📋 copy color: '#0AB4F6'

red 10 ◦ green 180 ◦ blue 246

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

Shades of Deep Sky Blue #0AB4F6

Tints of Deep Sky Blue #0AB4F6

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.28%

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

R = 2.29%
G = 41.28%
B = 56.42%

CMYK

 C value IS 0.96

 M value IS 0.27

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#0AB4F6 (or 0x0AB4F6) is known color: Deep Sky Blue. HEX triplet: 0A, B4 and F6. RGB value is (10,180,246). Sum of RGB (Red+Green+Blue) = 10+180+246=436 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.29% from 436); Green value is 180 (70.70% from 255 or 41.28% from 436); Blue value is 246 (96.48% from 255 or 56.42% from 436); Max value from RGB is 246 - color contains mainly: blue. Hex color #0AB4F6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0AB4F6 is #F54B09. Grayscale: #888888. Windows color (decimal): -16075530 or 16167946. OLE color: 16167946.

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

Color convert

RGB 10 180 246 -
CMYK 0.96 0.27 0 0.04
HSL 196.78º 0.93% 0.5% -
HSV(B) 196.78º 0.96% 0.96% -
XYZ 33.08 39.36 93.04 -
YUV 136.69 189.68 37.63 -
System Red Green Blue C M Y K H S L
Decimal 10 180 246 0.96 0.27 0 0.04 196.78 0.93 0.5
Hex A B4 F6 60 1B 0 4 C5 5D 32
Octal 12 264 366 140 33 0 4 305 135 62
Binary 1010 10110100 11110110 1100000 11011 0 100 11000101 1011101 110010

Color Harmonies of #0AB4F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB4F6

Black with #0AB4F6

Text Example


Text Example

White with #0AB4F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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