#026EAB

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

Shades of Cerulean #026EAB

Tints of Cerulean #026EAB

Color information

#026EAB (or 0x026EAB) is unknown color: approx Cerulean. HEX triplet: 02, 6E and AB. RGB value is (2,110,171). Sum of RGB (Red+Green+Blue) = 2+110+171=283 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 283); Green value is 110 (43.36% from 255 or 38.87% from 283); Blue value is 171 (67.19% from 255 or 60.42% from 283); Max value from RGB is 171 - color contains mainly: blue. Hex color #026EAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026EAB is #FD9154. Grayscale: #545454. Windows color (decimal): -16617813 or 11234818. OLE color: 11234818.

HSL color Cylindrical-coordinate representation of color #026EAB: hue angle of 201.66º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026EAB is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2110171-
CMYK0.990.3600.33
HSL201.66º97.69%33.92%-
HSV(B)201.66º98.83%67.06%-
XYZ12.9514.1140.57-
YUV84.66176.7269.04-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.71%
GREEN value IS 110 (43.36% from 255) = 38.87%
BLUE value IS 171 (67.19% from 255) = 60.42%
R=0.71%
G=38.87%
B=60.42%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal21101710.990.3600.33201.6697.6933.92
Hex26EAB6324021ca6222
Octal21562531434404131214242
Binary1011011101010101111000111001000100001110010101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026EAB; }

 p { color: rgb(2,110,171); }

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

<style>
 a { background-color: #026EAB; }

 a { background-color: rgb(2,110,171); }

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

<style>
 span { border-color: #026EAB; }

 span { border-color: rgb(2,110,171); }

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