Html Css Color HEX #0AB3E6 Deep Sky Blue

📋 copy color: '#0AB3E6'

red 10 ◦ green 179 ◦ blue 230

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

Shades of Deep Sky Blue #0AB3E6

Tints of Deep Sky Blue #0AB3E6

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.72%

 BLUE value IS 230 (90.23% from 255) = 54.89%

R = 2.39%
G = 42.72%
B = 54.89%

CMYK

 C value IS 0.96

 M value IS 0.22

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#0AB3E6 (or 0x0AB3E6) is known color: Deep Sky Blue. HEX triplet: 0A, B3 and E6. RGB value is (10,179,230). Sum of RGB (Red+Green+Blue) = 10+179+230=419 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.39% from 419); Green value is 179 (70.31% from 255 or 42.72% from 419); Blue value is 230 (90.23% from 255 or 54.89% from 419); Max value from RGB is 230 - color contains mainly: blue. Hex color #0AB3E6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0AB3E6 is #F54C19. Grayscale: #858585. Windows color (decimal): -16075802 or 15119114. OLE color: 15119114.

HSL color Cylindrical-coordinate representation of color #0AB3E6: hue angle of 193.91º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AB3E6 is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 10 179 230 -
CMYK 0.96 0.22 0 0.10
HSL 193.91º 0.92% 0.47% -
HSV(B) 193.91º 0.96% 0.9% -
XYZ 30.53 38.02 80.59 -
YUV 134.28 182.01 39.35 -
System Red Green Blue C M Y K H S L
Decimal 10 179 230 0.96 0.22 0 0.10 193.91 0.92 0.47
Hex A B3 E6 60 16 0 A C2 5C 2F
Octal 12 263 346 140 26 0 12 302 134 57
Binary 1010 10110011 11100110 1100000 10110 0 1010 11000010 1011100 101111

Color Harmonies of #0AB3E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB3E6

Black with #0AB3E6

Text Example


Text Example

White with #0AB3E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,179,230); }

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

background-color css

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

 a { background-color: rgb(10,179,230); }

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

border-color css

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

 span { border-color: rgb(10,179,230); }

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