#088BAF

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

Shades of Bondi Blue #088BAF

Tints of Bondi Blue #088BAF

Color information

#088BAF (or 0x088BAF) is unknown color: approx Bondi Blue. HEX triplet: 08, 8B and AF. RGB value is (8,139,175). Sum of RGB (Red+Green+Blue) = 8+139+175=322 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.48% from 322); Green value is 139 (54.69% from 255 or 43.17% from 322); Blue value is 175 (68.75% from 255 or 54.35% from 322); Max value from RGB is 175 - color contains mainly: blue. Hex color #088BAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088BAF is #F77450. Grayscale: #676767. Windows color (decimal): -16217169 or 11504392. OLE color: 11504392.

HSL color Cylindrical-coordinate representation of color #088BAF: hue angle of 192.93º 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 #088BAF is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8139175-
CMYK0.950.2100.31
HSL192.93º91.26%35.88%-
HSV(B)192.93º95.43%68.63%-
XYZ17.0721.6143.83-
YUV103.93168.159.57-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.48%
GREEN value IS 139 (54.69% from 255) = 43.17%
BLUE value IS 175 (68.75% from 255) = 54.35%
R=2.48%
G=43.17%
B=54.35%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal81391750.950.2100.31192.9391.2635.88
Hex88BAF5F1501Fc15b24
Octal102132571372503730113344
Binary10001000101110101111101111110101011111110000011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,139,175); }

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

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

 a { background-color: rgb(8,139,175); }

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

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

 span { border-color: rgb(8,139,175); }

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