#0786AB

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

Shades of Cerulean #0786AB

Tints of Cerulean #0786AB

Color information

#0786AB (or 0x0786AB) is unknown color: approx Cerulean. HEX triplet: 07, 86 and AB. RGB value is (7,134,171). Sum of RGB (Red+Green+Blue) = 7+134+171=312 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.24% from 312); Green value is 134 (52.73% from 255 or 42.95% from 312); Blue value is 171 (67.19% from 255 or 54.81% from 312); Max value from RGB is 171 - color contains mainly: blue. Hex color #0786AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0786AB is #F87954. Grayscale: #636363. Windows color (decimal): -16283989 or 11240967. OLE color: 11240967.

HSL color Cylindrical-coordinate representation of color #0786AB: hue angle of 193.54º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0786AB is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7134171-
CMYK0.960.2200.33
HSL193.54º92.13%34.9%-
HSV(B)193.54º95.91%67.06%-
XYZ15.9620.0441.55-
YUV100.24167.9261.49-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.24%
GREEN value IS 134 (52.73% from 255) = 42.95%
BLUE value IS 171 (67.19% from 255) = 54.81%
R=2.24%
G=42.95%
B=54.81%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal71341710.960.2200.33193.5492.1334.9
Hex786AB6016021c25c23
Octal72062531402604130213443
Binary11110000110101010111100000101100100001110000101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0786AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0786AB; }

 p { color: rgb(7,134,171); }

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

<style>
 a { background-color: #0786AB; }

 a { background-color: rgb(7,134,171); }

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

<style>
 span { border-color: #0786AB; }

 span { border-color: rgb(7,134,171); }

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