#0285AD

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

Shades of Cerulean #0285AD

Tints of Cerulean #0285AD

Color information

#0285AD (or 0x0285AD) is unknown color: approx Cerulean. HEX triplet: 02, 85 and AD. RGB value is (2,133,173). Sum of RGB (Red+Green+Blue) = 2+133+173=308 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 308); Green value is 133 (52.34% from 255 or 43.18% from 308); Blue value is 173 (67.97% from 255 or 56.17% from 308); Max value from RGB is 173 - color contains mainly: blue. Hex color #0285AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0285AD is #FD7A52. Grayscale: #626262. Windows color (decimal): -16611923 or 11371778. OLE color: 11371778.

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

Color convert

RGB2133173-
CMYK0.990.2300.32
HSL194.04º97.71%34.31%-
HSV(B)194.04º98.84%67.84%-
XYZ15.9619.8142.52-
YUV98.39170.159.25-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.65%
GREEN value IS 133 (52.34% from 255) = 43.18%
BLUE value IS 173 (67.97% from 255) = 56.17%
R=0.65%
G=43.18%
B=56.17%

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
Decimal21331730.990.2300.32194.0497.7134.31
Hex285AD6317020c26222
Octal22052551432704030214242
Binary1010000101101011011100011101110100000110000101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0285AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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