Html Css Color HEX #0AB8EB Deep Sky Blue

📋 copy color: '#0AB8EB'

red 10 ◦ green 184 ◦ blue 235

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

Shades of Deep Sky Blue #0AB8EB

Tints of Deep Sky Blue #0AB8EB

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.89%

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

R = 2.33%
G = 42.89%
B = 54.78%

CMYK

 C value IS 0.96

 M value IS 0.22

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0AB8EB (or 0x0AB8EB) is known color: Deep Sky Blue. HEX triplet: 0A, B8 and EB. RGB value is (10,184,235). Sum of RGB (Red+Green+Blue) = 10+184+235=429 (56% of max value = 765). Red value is 10 (4.30% from 255 or 2.33% from 429); Green value is 184 (72.27% from 255 or 42.89% from 429); Blue value is 235 (92.19% from 255 or 54.78% from 429); Max value from RGB is 235 - color contains mainly: blue. Hex color #0AB8EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0AB8EB is #F54714. Grayscale: #898989. Windows color (decimal): -16074517 or 15448074. OLE color: 15448074.

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

Color convert

RGB 10 184 235 -
CMYK 0.96 0.22 0 0.08
HSL 193.6º 0.92% 0.48% -
HSV(B) 193.6º 0.96% 0.92% -
XYZ 32.26 40.34 84.68 -
YUV 137.79 182.85 36.85 -
System Red Green Blue C M Y K H S L
Decimal 10 184 235 0.96 0.22 0 0.08 193.6 0.92 0.48
Hex A B8 EB 60 16 0 8 C2 5C 30
Octal 12 270 353 140 26 0 10 302 134 60
Binary 1010 10111000 11101011 1100000 10110 0 1000 11000010 1011100 110000

Color Harmonies of #0AB8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB8EB

Black with #0AB8EB

Text Example


Text Example

White with #0AB8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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