#0286AD

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

Shades of Cerulean #0286AD

Tints of Cerulean #0286AD

Color information

#0286AD (or 0x0286AD) is unknown color: approx Cerulean. HEX triplet: 02, 86 and AD. RGB value is (2,134,173). Sum of RGB (Red+Green+Blue) = 2+134+173=309 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 309); Green value is 134 (52.73% from 255 or 43.37% from 309); Blue value is 173 (67.97% from 255 or 55.99% from 309); Max value from RGB is 173 - color contains mainly: blue. Hex color #0286AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0286AD is #FD7952. Grayscale: #626262. Windows color (decimal): -16611667 or 11372034. OLE color: 11372034.

HSL color Cylindrical-coordinate representation of color #0286AD: hue angle of 193.68º 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 #0286AD is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2134173-
CMYK0.990.2300.32
HSL193.68º97.71%34.31%-
HSV(B)193.68º98.84%67.84%-
XYZ16.0920.0842.56-
YUV98.98169.7758.83-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.65%
GREEN value IS 134 (52.73% from 255) = 43.37%
BLUE value IS 173 (67.97% from 255) = 55.99%
R=0.65%
G=43.37%
B=55.99%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal21341730.990.2300.32193.6897.7134.31
Hex286AD6317020c26222
Octal22062551432704030214242
Binary1010000110101011011100011101110100000110000101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0286AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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