#0082AC

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

Shades of Cerulean #0082AC

Tints of Cerulean #0082AC

Color information

#0082AC (or 0x0082AC) is unknown color: approx Cerulean. HEX triplet: 00, 82 and AC. RGB value is (0,130,172). Sum of RGB (Red+Green+Blue) = 0+130+172=302 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 302); Green value is 130 (51.17% from 255 or 43.05% from 302); Blue value is 172 (67.58% from 255 or 56.95% from 302); Max value from RGB is 172 - color contains mainly: blue. Hex color #0082AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0082AC is #FF7D53. Grayscale: #5F5F5F. Windows color (decimal): -16743764 or 11305472. OLE color: 11305472.

HSL color Cylindrical-coordinate representation of color #0082AC: hue angle of 194.65º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0082AC is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB0130172-
CMYK10.2400.33
HSL194.65º100%33.73%-
HSV(B)194.65º100%67.45%-
XYZ15.4318.9441.87-
YUV95.92170.9359.58-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 130 (51.17% from 255) = 43.05%
BLUE value IS 172 (67.58% from 255) = 56.95%
R=0%
G=43.05%
B=56.95%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal013017210.2400.33194.6510033.73
Hex082AC6418021c36422
Octal02022541443004130314442
Binary010000010101011001100100110000100001110000111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0082AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0082AC; }

 p { color: rgb(0,130,172); }

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

<style>
 a { background-color: #0082AC; }

 a { background-color: rgb(0,130,172); }

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

<style>
 span { border-color: #0082AC; }

 span { border-color: rgb(0,130,172); }

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