#007EA6

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

Shades of Cerulean #007EA6

Tints of Cerulean #007EA6

Color information

#007EA6 (or 0x007EA6) is unknown color: approx Cerulean. HEX triplet: 00, 7E and A6. RGB value is (0,126,166). Sum of RGB (Red+Green+Blue) = 0+126+166=292 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 292); Green value is 126 (49.61% from 255 or 43.15% from 292); Blue value is 166 (65.23% from 255 or 56.85% from 292); Max value from RGB is 166 - color contains mainly: blue. Hex color #007EA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007EA6 is #FF8159. Grayscale: #5C5C5C. Windows color (decimal): -16744794 or 10911232. OLE color: 10911232.

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

Color convert

RGB0126166-
CMYK10.2400.35
HSL194.46º100%32.55%-
HSV(B)194.46º100%65.1%-
XYZ14.3417.6738.73-
YUV92.89169.2661.75-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 126 (49.61% from 255) = 43.15%
BLUE value IS 166 (65.23% from 255) = 56.85%
R=0%
G=43.15%
B=56.85%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal012616610.2400.35194.4610032.55
Hex07EA66418023c26421
Octal01762461443004330214441
Binary01111110101001101100100110000100011110000101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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