Html Css Color HEX #0A87AD Cerulean

📋 copy color: '#0A87AD'

red 10 ◦ green 135 ◦ blue 173

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

Shades of Cerulean #0A87AD

Tints of Cerulean #0A87AD

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.45%

 BLUE value IS 173 (67.97% from 255) = 54.4%

R = 3.14%
G = 42.45%
B = 54.4%

CMYK

 C value IS 0.94

 M value IS 0.22

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0A87AD (or 0x0A87AD) is known color: Cerulean. HEX triplet: 0A, 87 and AD. RGB value is (10,135,173). Sum of RGB (Red+Green+Blue) = 10+135+173=318 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.14% from 318); Green value is 135 (53.12% from 255 or 42.45% from 318); Blue value is 173 (67.97% from 255 or 54.40% from 318); Max value from RGB is 173 - color contains mainly: blue. Hex color #0A87AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A87AD is #F57852. Grayscale: #656565. Windows color (decimal): -16087123 or 11372298. OLE color: 11372298.

HSL color Cylindrical-coordinate representation of color #0A87AD: hue angle of 193.99º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A87AD is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 10 135 173 -
CMYK 0.94 0.22 0 0.32
HSL 193.99º 0.89% 0.36% -
HSV(B) 193.99º 0.94% 0.68% -
XYZ 16.33 20.41 42.61 -
YUV 101.96 168.09 62.41 -
System Red Green Blue C M Y K H S L
Decimal 10 135 173 0.94 0.22 0 0.32 193.99 0.89 0.36
Hex A 87 AD 5E 16 0 20 C2 59 24
Octal 12 207 255 136 26 0 40 302 131 44
Binary 1010 10000111 10101101 1011110 10110 0 100000 11000010 1011001 100100

Color Harmonies of #0A87AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A87AD

Black with #0A87AD

Text Example


Text Example

White with #0A87AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,135,173); }

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

background-color css

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

 a { background-color: rgb(10,135,173); }

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

border-color css

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

 span { border-color: rgb(10,135,173); }

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