#0881AB

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

Shades of Cerulean #0881AB

Tints of Cerulean #0881AB

Color information

#0881AB (or 0x0881AB) is unknown color: approx Cerulean. HEX triplet: 08, 81 and AB. RGB value is (8,129,171). Sum of RGB (Red+Green+Blue) = 8+129+171=308 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.60% from 308); Green value is 129 (50.78% from 255 or 41.88% from 308); Blue value is 171 (67.19% from 255 or 55.52% from 308); Max value from RGB is 171 - color contains mainly: blue. Hex color #0881AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0881AB is #F77E54. Grayscale: #616161. Windows color (decimal): -16219733 or 11239688. OLE color: 11239688.

HSL color Cylindrical-coordinate representation of color #0881AB: hue angle of 195.46º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0881AB is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8129171-
CMYK0.950.2500.33
HSL195.46º91.06%35.1%-
HSV(B)195.46º95.32%67.06%-
XYZ15.318.6941.33-
YUV97.61169.4164.08-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.60%
GREEN value IS 129 (50.78% from 255) = 41.88%
BLUE value IS 171 (67.19% from 255) = 55.52%
R=2.60%
G=41.88%
B=55.52%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal81291710.950.2500.33195.4691.0635.1
Hex881AB5F19021c35b23
Octal102012531373104130313343
Binary100010000001101010111011111110010100001110000111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0881AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,129,171); }

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

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

 a { background-color: rgb(8,129,171); }

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

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

 span { border-color: rgb(8,129,171); }

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