#1088AC

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

Shades of Cerulean #1088AC

Tints of Cerulean #1088AC

Color information

#1088AC (or 0x1088AC) is unknown color: approx Cerulean. HEX triplet: 10, 88 and AC. RGB value is (16,136,172). Sum of RGB (Red+Green+Blue) = 16+136+172=324 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.94% from 324); Green value is 136 (53.52% from 255 or 41.98% from 324); Blue value is 172 (67.58% from 255 or 53.09% from 324); Max value from RGB is 172 - color contains mainly: blue. Hex color #1088AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1088AC is #EF7753. Grayscale: #676767. Windows color (decimal): -15693652 or 11307024. OLE color: 11307024.

HSL color Cylindrical-coordinate representation of color #1088AC: hue angle of 193.85º 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 #1088AC is Cyan = 0.91, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16136172-
CMYK0.910.2100.33
HSL193.85º82.98%36.86%-
HSV(B)193.85º90.7%67.45%-
XYZ16.4620.742.16-
YUV104.22166.2465.07-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.94%
GREEN value IS 136 (53.52% from 255) = 41.98%
BLUE value IS 172 (67.58% from 255) = 53.09%
R=4.94%
G=41.98%
B=53.09%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161361720.910.2100.33193.8582.9836.86
Hex1088AC5B15021c25325
Octal202102541332504130212345
Binary1000010001000101011001011011101010100001110000101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1088AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,136,172); }

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

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

 a { background-color: rgb(16,136,172); }

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

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

 span { border-color: rgb(16,136,172); }

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