#077DAE

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

Shades of Cerulean #077DAE

Tints of Cerulean #077DAE

Color information

#077DAE (or 0x077DAE) is unknown color: approx Cerulean. HEX triplet: 07, 7D and AE. RGB value is (7,125,174). Sum of RGB (Red+Green+Blue) = 7+125+174=306 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.29% from 306); Green value is 125 (49.22% from 255 or 40.85% from 306); Blue value is 174 (68.36% from 255 or 56.86% from 306); Max value from RGB is 174 - color contains mainly: blue. Hex color #077DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077DAE is #F88251. Grayscale: #5E5E5E. Windows color (decimal): -16286290 or 11435271. OLE color: 11435271.

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

Color convert

RGB7125174-
CMYK0.960.2800.32
HSL197.6º92.27%35.49%-
HSV(B)197.6º95.98%68.24%-
XYZ15.0617.7742.68-
YUV95.3172.4165.02-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.29%
GREEN value IS 125 (49.22% from 255) = 40.85%
BLUE value IS 174 (68.36% from 255) = 56.86%
R=2.29%
G=40.85%
B=56.86%

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
Decimal71251740.960.2800.32197.692.2735.49
Hex77DAE601C020c65c23
Octal71752561403404030613443
Binary1111111101101011101100000111000100000110001101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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