#088EBD

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

Shades of Bondi Blue #088EBD

Tints of Bondi Blue #088EBD

Color information

#088EBD (or 0x088EBD) is unknown color: approx Bondi Blue. HEX triplet: 08, 8E and BD. RGB value is (8,142,189). Sum of RGB (Red+Green+Blue) = 8+142+189=339 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.36% from 339); Green value is 142 (55.86% from 255 or 41.89% from 339); Blue value is 189 (74.22% from 255 or 55.75% from 339); Max value from RGB is 189 - color contains mainly: blue. Hex color #088EBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088EBD is #F77142. Grayscale: #6A6A6A. Windows color (decimal): -16216387 or 12422664. OLE color: 12422664.

HSL color Cylindrical-coordinate representation of color #088EBD: hue angle of 195.58º 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 #088EBD is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8142189-
CMYK0.960.2500.26
HSL195.58º91.88%38.63%-
HSV(B)195.58º95.77%74.12%-
XYZ18.9623.0751.6-
YUV107.29174.1157.18-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.36%
GREEN value IS 142 (55.86% from 255) = 41.89%
BLUE value IS 189 (74.22% from 255) = 55.75%
R=2.36%
G=41.89%
B=55.75%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal81421890.960.2500.26195.5891.8838.63
Hex88EBD601901Ac45c27
Octal102162751403103230413447
Binary10001000111010111101110000011001011010110001001011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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