Html Css Color HEX #077EA6 Cerulean

📋 copy color: '#077EA6'

red 7 ◦ green 126 ◦ blue 166

#077EA6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #077EA6

Tints of Cerulean #077EA6

RGB

 RED value IS 7 (3.13% from 255) = 2.34%

 GREEN value IS 126 (49.61% from 255) = 42.14%

 BLUE value IS 166 (65.23% from 255) = 55.52%

R = 2.34%
G = 42.14%
B = 55.52%

CMYK

 C value IS 0.96

 M value IS 0.24

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#077EA6 (or 0x077EA6) is known color: Cerulean. HEX triplet: 07, 7E and A6. RGB value is (7,126,166). Sum of RGB (Red+Green+Blue) = 7+126+166=299 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.34% from 299); Green value is 126 (49.61% from 255 or 42.14% from 299); Blue value is 166 (65.23% from 255 or 55.52% from 299); Max value from RGB is 166 - color contains mainly: blue. Hex color #077EA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077EA6 is #F88159. Grayscale: #5E5E5E. Windows color (decimal): -16286042 or 10911239. OLE color: 10911239.

HSL color Cylindrical-coordinate representation of color #077EA6: hue angle of 195.09º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #077EA6 is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 7 126 166 -
CMYK 0.96 0.24 0 0.35
HSL 195.09º 0.92% 0.34% -
HSV(B) 195.09º 0.96% 0.65% -
XYZ 14.43 17.72 38.74 -
YUV 94.98 168.08 65.25 -
System Red Green Blue C M Y K H S L
Decimal 7 126 166 0.96 0.24 0 0.35 195.09 0.92 0.34
Hex 7 7E A6 60 18 0 23 C3 5C 22
Octal 7 176 246 140 30 0 43 303 134 42
Binary 111 1111110 10100110 1100000 11000 0 100011 11000011 1011100 100010

Color Harmonies of #077EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077EA6

Black with #077EA6

Text Example


Text Example

White with #077EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #077EA6;
 }
 .AnyTagClassName
 {
   color: #077EA6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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