#0288AD

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

Shades of Cerulean #0288AD

Tints of Cerulean #0288AD

Color information

#0288AD (or 0x0288AD) is unknown color: approx Cerulean. HEX triplet: 02, 88 and AD. RGB value is (2,136,173). Sum of RGB (Red+Green+Blue) = 2+136+173=311 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 311); Green value is 136 (53.52% from 255 or 43.73% from 311); Blue value is 173 (67.97% from 255 or 55.63% from 311); Max value from RGB is 173 - color contains mainly: blue. Hex color #0288AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0288AD is #FD7752. Grayscale: #636363. Windows color (decimal): -16611155 or 11372546. OLE color: 11372546.

HSL color Cylindrical-coordinate representation of color #0288AD: hue angle of 192.98º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0288AD is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2136173-
CMYK0.990.2100.32
HSL192.98º97.71%34.31%-
HSV(B)192.98º98.84%67.84%-
XYZ16.3720.6442.66-
YUV100.15169.1157.99-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.64%
GREEN value IS 136 (53.52% from 255) = 43.73%
BLUE value IS 173 (67.97% from 255) = 55.63%
R=0.64%
G=43.73%
B=55.63%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal21361730.990.2100.32192.9897.7134.31
Hex288AD6315020c16222
Octal22102551432504030114242
Binary1010001000101011011100011101010100000110000011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0288AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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