#026D96

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

Shades of Cerulean #026D96

Tints of Cerulean #026D96

Color information

#026D96 (or 0x026D96) is unknown color: approx Cerulean. HEX triplet: 02, 6D and 96. RGB value is (2,109,150). Sum of RGB (Red+Green+Blue) = 2+109+150=261 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 261); Green value is 109 (42.97% from 255 or 41.76% from 261); Blue value is 150 (58.98% from 255 or 57.47% from 261); Max value from RGB is 150 - color contains mainly: blue. Hex color #026D96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026D96 is #FD9269. Grayscale: #515151. Windows color (decimal): -16618090 or 9858306. OLE color: 9858306.

HSL color Cylindrical-coordinate representation of color #026D96: hue angle of 196.62º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026D96 is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2109150-
CMYK0.990.2700.41
HSL196.62º97.37%29.8%-
HSV(B)196.62º98.67%58.82%-
XYZ1113.1530.81-
YUV81.68166.5571.17-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.77%
GREEN value IS 109 (42.97% from 255) = 41.76%
BLUE value IS 150 (58.98% from 255) = 57.47%
R=0.77%
G=41.76%
B=57.47%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal21091500.990.2700.41196.6297.3729.8
Hex26D96631B029c5611e
Octal21552261433305130514136
Binary10110110110010110110001111011010100111000101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,109,150); }

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

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

 a { background-color: rgb(2,109,150); }

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

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

 span { border-color: rgb(2,109,150); }

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