#087ABA

Color #087ABA Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #087ABA

Tints of Cerulean #087ABA

Color information

#087ABA (or 0x087ABA) is unknown color: approx Cerulean. HEX triplet: 08, 7A and BA. RGB value is (8,122,186). Sum of RGB (Red+Green+Blue) = 8+122+186=316 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.53% from 316); Green value is 122 (48.05% from 255 or 38.61% from 316); Blue value is 186 (73.05% from 255 or 58.86% from 316); Max value from RGB is 186 - color contains mainly: blue. Hex color #087ABA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087ABA is #F78545. Grayscale: #5E5E5E. Windows color (decimal): -16221510 or 12220936. OLE color: 12220936.

HSL color Cylindrical-coordinate representation of color #087ABA: hue angle of 201.57º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #087ABA is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8122186-
CMYK0.960.3400.27
HSL201.57º91.75%38.04%-
HSV(B)201.57º95.7%72.94%-
XYZ15.9217.5249-
YUV95.21179.2365.8-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.53%
GREEN value IS 122 (48.05% from 255) = 38.61%
BLUE value IS 186 (73.05% from 255) = 58.86%
R=2.53%
G=38.61%
B=58.86%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal81221860.960.3400.27201.5791.7538.04
Hex87ABA602201Bca5c26
Octal101722721404203331213446
Binary10001111010101110101100000100010011011110010101011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087ABA; }

 p { color: rgb(8,122,186); }

 H1.HeaderClassName
 {
   color: #087ABA;
 }
 .AnyTagClassName
 {
   color: #087ABA;
 }
</style>
background-color css

<style>
 a { background-color: #087ABA; }

 a { background-color: rgb(8,122,186); }

 div.DivClassName
 {
   background-color: #087ABA;
 }
 .BgClassName
 {
   background-color: #087ABA;
 }
</style>
border-color css

<style>
 span { border-color: #087ABA; }

 span { border-color: rgb(8,122,186); }

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