#088AB1

Color #088AB1 Bondi Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bondi Blue #088AB1

Tints of Bondi Blue #088AB1

Color information

#088AB1 (or 0x088AB1) is unknown color: approx Bondi Blue. HEX triplet: 08, 8A and B1. RGB value is (8,138,177). Sum of RGB (Red+Green+Blue) = 8+138+177=323 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.48% from 323); Green value is 138 (54.30% from 255 or 42.72% from 323); Blue value is 177 (69.53% from 255 or 54.80% from 323); Max value from RGB is 177 - color contains mainly: blue. Hex color #088AB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088AB1 is #F7754E. Grayscale: #676767. Windows color (decimal): -16217423 or 11635208. OLE color: 11635208.

HSL color Cylindrical-coordinate representation of color #088AB1: hue angle of 193.85º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #088AB1 is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8138177-
CMYK0.950.2200.31
HSL193.85º91.35%36.27%-
HSV(B)193.85º95.48%69.41%-
XYZ17.1221.444.82-
YUV103.58169.4359.83-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.48%
GREEN value IS 138 (54.30% from 255) = 42.72%
BLUE value IS 177 (69.53% from 255) = 54.80%
R=2.48%
G=42.72%
B=54.80%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal81381770.950.2200.31193.8591.3536.27
Hex88AB15F1601Fc25b24
Octal102122611372603730213344
Binary10001000101010110001101111110110011111110000101011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088AB1; }

 p { color: rgb(8,138,177); }

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

<style>
 a { background-color: #088AB1; }

 a { background-color: rgb(8,138,177); }

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

<style>
 span { border-color: #088AB1; }

 span { border-color: rgb(8,138,177); }

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