#027EA6

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

Shades of Cerulean #027EA6

Tints of Cerulean #027EA6

Color information

#027EA6 (or 0x027EA6) is unknown color: approx Cerulean. HEX triplet: 02, 7E and A6. RGB value is (2,126,166). Sum of RGB (Red+Green+Blue) = 2+126+166=294 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 294); Green value is 126 (49.61% from 255 or 42.86% from 294); Blue value is 166 (65.23% from 255 or 56.46% from 294); Max value from RGB is 166 - color contains mainly: blue. Hex color #027EA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027EA6 is #FD8159. Grayscale: #5D5D5D. Windows color (decimal): -16613722 or 10911234. OLE color: 10911234.

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

Color convert

RGB2126166-
CMYK0.990.2400.35
HSL194.63º97.62%32.94%-
HSV(B)194.63º98.8%65.1%-
XYZ14.3717.6938.73-
YUV93.48168.9262.75-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.68%
GREEN value IS 126 (49.61% from 255) = 42.86%
BLUE value IS 166 (65.23% from 255) = 56.46%
R=0.68%
G=42.86%
B=56.46%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal21261660.990.2400.35194.6397.6232.94
Hex27EA66318023c36221
Octal21762461433004330314241
Binary101111110101001101100011110000100011110000111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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