#0288AB

Color #0288AB Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #0288AB

Tints of Eastern Blue #0288AB

Color information

#0288AB (or 0x0288AB) is unknown color: approx Eastern Blue. HEX triplet: 02, 88 and AB. RGB value is (2,136,171). Sum of RGB (Red+Green+Blue) = 2+136+171=309 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 309); Green value is 136 (53.52% from 255 or 44.01% from 309); Blue value is 171 (67.19% from 255 or 55.34% from 309); Max value from RGB is 171 - color contains mainly: blue. Hex color #0288AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0288AB is #FD7754. Grayscale: #636363. Windows color (decimal): -16611157 or 11241474. OLE color: 11241474.

HSL color Cylindrical-coordinate representation of color #0288AB: hue angle of 192.43º 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 #0288AB is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2136171-
CMYK0.990.2000.33
HSL192.43º97.69%33.92%-
HSV(B)192.43º98.83%67.06%-
XYZ16.1820.5641.64-
YUV99.92168.1158.15-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.65%
GREEN value IS 136 (53.52% from 255) = 44.01%
BLUE value IS 171 (67.19% from 255) = 55.34%
R=0.65%
G=44.01%
B=55.34%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal21361710.990.2000.33192.4397.6933.92
Hex288AB6314021c06222
Octal22102531432404130014242
Binary1010001000101010111100011101000100001110000001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0288AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0288AB; }

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

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

<style>
 a { background-color: #0288AB; }

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

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

<style>
 span { border-color: #0288AB; }

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

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