#0B88AC

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

Shades of Cerulean #0B88AC

Tints of Cerulean #0B88AC

Color information

#0B88AC (or 0x0B88AC) is unknown color: approx Cerulean. HEX triplet: 0B, 88 and AC. RGB value is (11,136,172). Sum of RGB (Red+Green+Blue) = 11+136+172=319 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.45% from 319); Green value is 136 (53.52% from 255 or 42.63% from 319); Blue value is 172 (67.58% from 255 or 53.92% from 319); Max value from RGB is 172 - color contains mainly: blue. Hex color #0B88AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B88AC is #F47753. Grayscale: #666666. Windows color (decimal): -16021332 or 11307019. OLE color: 11307019.

HSL color Cylindrical-coordinate representation of color #0B88AC: hue angle of 193.42º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B88AC is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11136172-
CMYK0.940.2100.33
HSL193.42º87.98%35.88%-
HSV(B)193.42º93.6%67.45%-
XYZ16.3920.6642.15-
YUV102.73167.0962.57-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.45%
GREEN value IS 136 (53.52% from 255) = 42.63%
BLUE value IS 172 (67.58% from 255) = 53.92%
R=3.45%
G=42.63%
B=53.92%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal111361720.940.2100.33193.4287.9835.88
HexB88AC5E15021c15824
Octal132102541362504130113044
Binary101110001000101011001011110101010100001110000011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B88AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B88AC; }

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

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

<style>
 a { background-color: #0B88AC; }

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

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

<style>
 span { border-color: #0B88AC; }

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

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