#088EAD

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

Shades of Bondi Blue #088EAD

Tints of Bondi Blue #088EAD

Color information

#088EAD (or 0x088EAD) is unknown color: approx Bondi Blue. HEX triplet: 08, 8E and AD. RGB value is (8,142,173). Sum of RGB (Red+Green+Blue) = 8+142+173=323 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.48% from 323); Green value is 142 (55.86% from 255 or 43.96% from 323); Blue value is 173 (67.97% from 255 or 53.56% from 323); Max value from RGB is 173 - color contains mainly: blue. Hex color #088EAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088EAD is #F77152. Grayscale: #696969. Windows color (decimal): -16216403 or 11374088. OLE color: 11374088.

HSL color Cylindrical-coordinate representation of color #088EAD: hue angle of 191.27º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #088EAD is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8142173-
CMYK0.950.1800.32
HSL191.27º91.16%35.49%-
HSV(B)191.27º95.38%67.84%-
XYZ17.3222.4142.95-
YUV105.47166.1158.48-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.48%
GREEN value IS 142 (55.86% from 255) = 43.96%
BLUE value IS 173 (67.97% from 255) = 53.56%
R=2.48%
G=43.96%
B=53.56%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal81421730.950.1800.32191.2791.1635.49
Hex88EAD5F12020bf5b23
Octal102162551372204027713343
Binary100010001110101011011011111100100100000101111111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,142,173); }

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

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

 a { background-color: rgb(8,142,173); }

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

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

 span { border-color: rgb(8,142,173); }

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