#087DA1

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

Shades of Cerulean #087DA1

Tints of Cerulean #087DA1

Color information

#087DA1 (or 0x087DA1) is unknown color: approx Cerulean. HEX triplet: 08, 7D and A1. RGB value is (8,125,161). Sum of RGB (Red+Green+Blue) = 8+125+161=294 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.72% from 294); Green value is 125 (49.22% from 255 or 42.52% from 294); Blue value is 161 (63.28% from 255 or 54.76% from 294); Max value from RGB is 161 - color contains mainly: blue. Hex color #087DA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087DA1 is #F7825E. Grayscale: #5D5D5D. Windows color (decimal): -16220767 or 10583304. OLE color: 10583304.

HSL color Cylindrical-coordinate representation of color #087DA1: hue angle of 194.12º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #087DA1 is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB8125161-
CMYK0.950.2200.37
HSL194.12º90.53%33.14%-
HSV(B)194.12º95.03%63.14%-
XYZ13.8717.2936.33-
YUV94.12165.7466.57-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.72%
GREEN value IS 125 (49.22% from 255) = 42.52%
BLUE value IS 161 (63.28% from 255) = 54.76%
R=2.72%
G=42.52%
B=54.76%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal81251610.950.2200.37194.1290.5333.14
Hex87DA15F16025c25b21
Octal101752411372604530213341
Binary10001111101101000011011111101100100101110000101011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,125,161); }

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

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

 a { background-color: rgb(8,125,161); }

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

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

 span { border-color: rgb(8,125,161); }

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