#088ABD

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

Shades of Bondi Blue #088ABD

Tints of Bondi Blue #088ABD

Color information

#088ABD (or 0x088ABD) is unknown color: approx Bondi Blue. HEX triplet: 08, 8A and BD. RGB value is (8,138,189). Sum of RGB (Red+Green+Blue) = 8+138+189=335 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.39% from 335); Green value is 138 (54.30% from 255 or 41.19% from 335); Blue value is 189 (74.22% from 255 or 56.42% from 335); Max value from RGB is 189 - color contains mainly: blue. Hex color #088ABD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088ABD is #F77542. Grayscale: #686868. Windows color (decimal): -16217411 or 12421640. OLE color: 12421640.

HSL color Cylindrical-coordinate representation of color #088ABD: hue angle of 196.91º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #088ABD is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8138189-
CMYK0.960.2700.26
HSL196.91º91.88%38.63%-
HSV(B)196.91º95.77%74.12%-
XYZ18.3721.951.4-
YUV104.94175.4358.85-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.39%
GREEN value IS 138 (54.30% from 255) = 41.19%
BLUE value IS 189 (74.22% from 255) = 56.42%
R=2.39%
G=41.19%
B=56.42%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal81381890.960.2700.26196.9191.8838.63
Hex88ABD601B01Ac55c27
Octal102122751403303230513447
Binary10001000101010111101110000011011011010110001011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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