Html Css Color HEX #0AB9EB Deep Sky Blue

📋 copy color: '#0AB9EB'

red 10 ◦ green 185 ◦ blue 235

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

Shades of Deep Sky Blue #0AB9EB

Tints of Deep Sky Blue #0AB9EB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.02%

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

R = 2.33%
G = 43.02%
B = 54.65%

CMYK

 C value IS 0.96

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0AB9EB (or 0x0AB9EB) is known color: Deep Sky Blue. HEX triplet: 0A, B9 and EB. RGB value is (10,185,235). Sum of RGB (Red+Green+Blue) = 10+185+235=430 (56% of max value = 765). Red value is 10 (4.30% from 255 or 2.33% from 430); Green value is 185 (72.66% from 255 or 43.02% from 430); Blue value is 235 (92.19% from 255 or 54.65% from 430); Max value from RGB is 235 - color contains mainly: blue. Hex color #0AB9EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0AB9EB is #F54614. Grayscale: #8A8A8A. Windows color (decimal): -16074261 or 15448330. OLE color: 15448330.

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

Color convert

RGB 10 185 235 -
CMYK 0.96 0.21 0 0.08
HSL 193.33º 0.92% 0.48% -
HSV(B) 193.33º 0.96% 0.92% -
XYZ 32.47 40.76 84.75 -
YUV 138.38 182.52 36.43 -
System Red Green Blue C M Y K H S L
Decimal 10 185 235 0.96 0.21 0 0.08 193.33 0.92 0.48
Hex A B9 EB 60 15 0 8 C1 5C 30
Octal 12 271 353 140 25 0 10 301 134 60
Binary 1010 10111001 11101011 1100000 10101 0 1000 11000001 1011100 110000

Color Harmonies of #0AB9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB9EB

Black with #0AB9EB

Text Example


Text Example

White with #0AB9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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