#087BB0

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

Shades of Cerulean #087BB0

Tints of Cerulean #087BB0

Color information

#087BB0 (or 0x087BB0) is unknown color: approx Cerulean. HEX triplet: 08, 7B and B0. RGB value is (8,123,176). Sum of RGB (Red+Green+Blue) = 8+123+176=307 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.61% from 307); Green value is 123 (48.44% from 255 or 40.07% from 307); Blue value is 176 (69.14% from 255 or 57.33% from 307); Max value from RGB is 176 - color contains mainly: blue. Hex color #087BB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087BB0 is #F7844F. Grayscale: #5E5E5E. Windows color (decimal): -16221264 or 11565832. OLE color: 11565832.

HSL color Cylindrical-coordinate representation of color #087BB0: hue angle of 198.93º 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 #087BB0 is Cyan = 0.95, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8123176-
CMYK0.950.3000.31
HSL198.93º91.3%36.08%-
HSV(B)198.93º95.45%69.02%-
XYZ15.0217.3543.63-
YUV94.66173.966.19-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.61%
GREEN value IS 123 (48.44% from 255) = 40.07%
BLUE value IS 176 (69.14% from 255) = 57.33%
R=2.61%
G=40.07%
B=57.33%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal81231760.950.3000.31198.9391.336.08
Hex87BB05F1E01Fc75b24
Octal101732601373603730713344
Binary1000111101110110000101111111110011111110001111011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,123,176); }

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

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

 a { background-color: rgb(8,123,176); }

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

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

 span { border-color: rgb(8,123,176); }

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