#0788AE

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

Shades of Cerulean #0788AE

Tints of Cerulean #0788AE

Color information

#0788AE (or 0x0788AE) is unknown color: approx Cerulean. HEX triplet: 07, 88 and AE. RGB value is (7,136,174). Sum of RGB (Red+Green+Blue) = 7+136+174=317 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.21% from 317); Green value is 136 (53.52% from 255 or 42.90% from 317); Blue value is 174 (68.36% from 255 or 54.89% from 317); Max value from RGB is 174 - color contains mainly: blue. Hex color #0788AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0788AE is #F87751. Grayscale: #656565. Windows color (decimal): -16283474 or 11438087. OLE color: 11438087.

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

Color convert

RGB7136174-
CMYK0.960.2200.32
HSL193.65º92.27%35.49%-
HSV(B)193.65º95.98%68.24%-
XYZ16.5320.7143.17-
YUV101.76168.7660.41-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.21%
GREEN value IS 136 (53.52% from 255) = 42.90%
BLUE value IS 174 (68.36% from 255) = 54.89%
R=2.21%
G=42.90%
B=54.89%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal71361740.960.2200.32193.6592.2735.49
Hex788AE6016020c25c23
Octal72102561402604030213443
Binary11110001000101011101100000101100100000110000101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0788AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0788AE; }

 p { color: rgb(7,136,174); }

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

<style>
 a { background-color: #0788AE; }

 a { background-color: rgb(7,136,174); }

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

<style>
 span { border-color: #0788AE; }

 span { border-color: rgb(7,136,174); }

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