#087FAF

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

Shades of Cerulean #087FAF

Tints of Cerulean #087FAF

Color information

#087FAF (or 0x087FAF) is unknown color: approx Cerulean. HEX triplet: 08, 7F and AF. RGB value is (8,127,175). Sum of RGB (Red+Green+Blue) = 8+127+175=310 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.58% from 310); Green value is 127 (50% from 255 or 40.97% from 310); Blue value is 175 (68.75% from 255 or 56.45% from 310); Max value from RGB is 175 - color contains mainly: blue. Hex color #087FAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087FAF is #F78050. Grayscale: #606060. Windows color (decimal): -16220241 or 11501320. OLE color: 11501320.

HSL color Cylindrical-coordinate representation of color #087FAF: hue angle of 197.25º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #087FAF is Cyan = 0.95, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8127175-
CMYK0.950.2700.31
HSL197.25º91.26%35.88%-
HSV(B)197.25º95.43%68.63%-
XYZ15.4318.3343.28-
YUV96.89172.0864.6-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.58%
GREEN value IS 127 (50% from 255) = 40.97%
BLUE value IS 175 (68.75% from 255) = 56.45%
R=2.58%
G=40.97%
B=56.45%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal81271750.950.2700.31197.2591.2635.88
Hex87FAF5F1B01Fc55b24
Octal101772571373303730513344
Binary1000111111110101111101111111011011111110001011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,127,175); }

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

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

 a { background-color: rgb(8,127,175); }

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

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

 span { border-color: rgb(8,127,175); }

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