#087BBF

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

Shades of Cerulean #087BBF

Tints of Cerulean #087BBF

Color information

#087BBF (or 0x087BBF) is unknown color: approx Cerulean. HEX triplet: 08, 7B and BF. RGB value is (8,123,191). Sum of RGB (Red+Green+Blue) = 8+123+191=322 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.48% from 322); Green value is 123 (48.44% from 255 or 38.20% from 322); Blue value is 191 (75% from 255 or 59.32% from 322); Max value from RGB is 191 - color contains mainly: blue. Hex color #087BBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087BBF is #F78440. Grayscale: #5F5F5F. Windows color (decimal): -16221249 or 12548872. OLE color: 12548872.

HSL color Cylindrical-coordinate representation of color #087BBF: hue angle of 202.3º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #087BBF is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8123191-
CMYK0.960.3600.25
HSL202.3º91.96%39.02%-
HSV(B)202.3º95.81%74.9%-
XYZ16.5917.9851.89-
YUV96.37181.464.97-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.48%
GREEN value IS 123 (48.44% from 255) = 38.20%
BLUE value IS 191 (75% from 255) = 59.32%
R=2.48%
G=38.20%
B=59.32%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal81231910.960.3600.25202.391.9639.02
Hex87BBF6024019ca5c27
Octal101732771404403131213447
Binary10001111011101111111100000100100011001110010101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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