Html Css Color HEX #0A86AA Cerulean

📋 copy color: '#0A86AA'

red 10 ◦ green 134 ◦ blue 170

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

Shades of Cerulean #0A86AA

Tints of Cerulean #0A86AA

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.68%

 BLUE value IS 170 (66.8% from 255) = 54.14%

R = 3.18%
G = 42.68%
B = 54.14%

CMYK

 C value IS 0.94

 M value IS 0.21

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0A86AA (or 0x0A86AA) is known color: Cerulean. HEX triplet: 0A, 86 and AA. RGB value is (10,134,170). Sum of RGB (Red+Green+Blue) = 10+134+170=314 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.18% from 314); Green value is 134 (52.73% from 255 or 42.68% from 314); Blue value is 170 (66.80% from 255 or 54.14% from 314); Max value from RGB is 170 - color contains mainly: blue. Hex color #0A86AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A86AA is #F57955. Grayscale: #646464. Windows color (decimal): -16087382 or 11175434. OLE color: 11175434.

HSL color Cylindrical-coordinate representation of color #0A86AA: hue angle of 193.5º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A86AA is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 10 134 170 -
CMYK 0.94 0.21 0 0.33
HSL 193.5º 0.89% 0.35% -
HSV(B) 193.5º 0.94% 0.67% -
XYZ 15.91 20.02 41.06 -
YUV 101.03 166.92 63.07 -
System Red Green Blue C M Y K H S L
Decimal 10 134 170 0.94 0.21 0 0.33 193.5 0.89 0.35
Hex A 86 AA 5E 15 0 21 C2 59 23
Octal 12 206 252 136 25 0 41 302 131 43
Binary 1010 10000110 10101010 1011110 10101 0 100001 11000010 1011001 100011

Color Harmonies of #0A86AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A86AA

Black with #0A86AA

Text Example


Text Example

White with #0A86AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,134,170); }

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

background-color css

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

 a { background-color: rgb(10,134,170); }

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

border-color css

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

 span { border-color: rgb(10,134,170); }

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