#077EAE

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

Shades of Cerulean #077EAE

Tints of Cerulean #077EAE

Color information

#077EAE (or 0x077EAE) is unknown color: approx Cerulean. HEX triplet: 07, 7E and AE. RGB value is (7,126,174). Sum of RGB (Red+Green+Blue) = 7+126+174=307 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.28% from 307); Green value is 126 (49.61% from 255 or 41.04% from 307); Blue value is 174 (68.36% from 255 or 56.68% from 307); Max value from RGB is 174 - color contains mainly: blue. Hex color #077EAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077EAE is #F88151. Grayscale: #5F5F5F. Windows color (decimal): -16286034 or 11435527. OLE color: 11435527.

HSL color Cylindrical-coordinate representation of color #077EAE: hue angle of 197.25º 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 #077EAE is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7126174-
CMYK0.960.2800.32
HSL197.25º92.27%35.49%-
HSV(B)197.25º95.98%68.24%-
XYZ15.1918.0242.72-
YUV95.89172.0864.6-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.28%
GREEN value IS 126 (49.61% from 255) = 41.04%
BLUE value IS 174 (68.36% from 255) = 56.68%
R=2.28%
G=41.04%
B=56.68%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal71261740.960.2800.32197.2592.2735.49
Hex77EAE601C020c55c23
Octal71762561403404030513443
Binary1111111110101011101100000111000100000110001011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077EAE; }

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

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

<style>
 a { background-color: #077EAE; }

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

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

<style>
 span { border-color: #077EAE; }

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

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