#1086AB

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

Shades of Cerulean #1086AB

Tints of Cerulean #1086AB

Color information

#1086AB (or 0x1086AB) is unknown color: approx Cerulean. HEX triplet: 10, 86 and AB. RGB value is (16,134,171). Sum of RGB (Red+Green+Blue) = 16+134+171=321 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.98% from 321); Green value is 134 (52.73% from 255 or 41.74% from 321); Blue value is 171 (67.19% from 255 or 53.27% from 321); Max value from RGB is 171 - color contains mainly: blue. Hex color #1086AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1086AB is #EF7954. Grayscale: #666666. Windows color (decimal): -15694165 or 11240976. OLE color: 11240976.

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

Color convert

RGB16134171-
CMYK0.910.2200.33
HSL194.32º82.89%36.67%-
HSV(B)194.32º90.64%67.06%-
XYZ16.0920.141.56-
YUV102.94166.4165.99-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.98%
GREEN value IS 134 (52.73% from 255) = 41.74%
BLUE value IS 171 (67.19% from 255) = 53.27%
R=4.98%
G=41.74%
B=53.27%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161341710.910.2200.33194.3282.8936.67
Hex1086AB5B16021c25325
Octal202062531332604130212345
Binary1000010000110101010111011011101100100001110000101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1086AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,134,171); }

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

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

 a { background-color: rgb(16,134,171); }

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

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

 span { border-color: rgb(16,134,171); }

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