Html Css Color HEX #0A87AB Cerulean

📋 copy color: '#0A87AB'

red 10 ◦ green 135 ◦ blue 171

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

Shades of Cerulean #0A87AB

Tints of Cerulean #0A87AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 54.11%

R = 3.16%
G = 42.72%
B = 54.11%

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

#0A87AB (or 0x0A87AB) is known color: Cerulean. HEX triplet: 0A, 87 and AB. RGB value is (10,135,171). Sum of RGB (Red+Green+Blue) = 10+135+171=316 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.16% from 316); Green value is 135 (53.12% from 255 or 42.72% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #0A87AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A87AB is #F57854. Grayscale: #656565. Windows color (decimal): -16087125 or 11241226. OLE color: 11241226.

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

Color convert

RGB 10 135 171 -
CMYK 0.94 0.21 0 0.33
HSL 193.42º 0.89% 0.35% -
HSV(B) 193.42º 0.94% 0.67% -
XYZ 16.14 20.33 41.6 -
YUV 101.73 167.09 62.57 -
System Red Green Blue C M Y K H S L
Decimal 10 135 171 0.94 0.21 0 0.33 193.42 0.89 0.35
Hex A 87 AB 5E 15 0 21 C1 59 23
Octal 12 207 253 136 25 0 41 301 131 43
Binary 1010 10000111 10101011 1011110 10101 0 100001 11000001 1011001 100011

Color Harmonies of #0A87AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A87AB

Black with #0A87AB

Text Example


Text Example

White with #0A87AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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