Html Css Color HEX #0AB6EB Deep Sky Blue

📋 copy color: '#0AB6EB'

red 10 ◦ green 182 ◦ blue 235

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

Shades of Deep Sky Blue #0AB6EB

Tints of Deep Sky Blue #0AB6EB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.62%

 BLUE value IS 235 (92.19% from 255) = 55.04%

R = 2.34%
G = 42.62%
B = 55.04%

CMYK

 C value IS 0.96

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0AB6EB (or 0x0AB6EB) is known color: Deep Sky Blue. HEX triplet: 0A, B6 and EB. RGB value is (10,182,235). Sum of RGB (Red+Green+Blue) = 10+182+235=427 (56% of max value = 765). Red value is 10 (4.30% from 255 or 2.34% from 427); Green value is 182 (71.48% from 255 or 42.62% from 427); Blue value is 235 (92.19% from 255 or 55.04% from 427); Max value from RGB is 235 - color contains mainly: blue. Hex color #0AB6EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0AB6EB is #F54914. Grayscale: #888888. Windows color (decimal): -16075029 or 15447562. OLE color: 15447562.

HSL color Cylindrical-coordinate representation of color #0AB6EB: hue angle of 194.13º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AB6EB is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 10 182 235 -
CMYK 0.96 0.23 0 0.08
HSL 194.13º 0.92% 0.48% -
HSV(B) 194.13º 0.96% 0.92% -
XYZ 31.85 39.52 84.55 -
YUV 136.61 183.52 37.69 -
System Red Green Blue C M Y K H S L
Decimal 10 182 235 0.96 0.23 0 0.08 194.13 0.92 0.48
Hex A B6 EB 60 17 0 8 C2 5C 30
Octal 12 266 353 140 27 0 10 302 134 60
Binary 1010 10110110 11101011 1100000 10111 0 1000 11000010 1011100 110000

Color Harmonies of #0AB6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB6EB

Black with #0AB6EB

Text Example


Text Example

White with #0AB6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,182,235); }

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

background-color css

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

 a { background-color: rgb(10,182,235); }

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

border-color css

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

 span { border-color: rgb(10,182,235); }

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