#088DB3

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

Shades of Bondi Blue #088DB3

Tints of Bondi Blue #088DB3

Color information

#088DB3 (or 0x088DB3) is unknown color: approx Bondi Blue. HEX triplet: 08, 8D and B3. RGB value is (8,141,179). Sum of RGB (Red+Green+Blue) = 8+141+179=328 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.44% from 328); Green value is 141 (55.47% from 255 or 42.99% from 328); Blue value is 179 (70.31% from 255 or 54.57% from 328); Max value from RGB is 179 - color contains mainly: blue. Hex color #088DB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088DB3 is #F7724C. Grayscale: #696969. Windows color (decimal): -16216653 or 11767048. OLE color: 11767048.

HSL color Cylindrical-coordinate representation of color #088DB3: hue angle of 193.33º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #088DB3 is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB8141179-
CMYK0.960.2100.30
HSL193.33º91.44%36.67%-
HSV(B)193.33º95.53%70.2%-
XYZ17.7622.3646.03-
YUV105.56169.4458.41-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.44%
GREEN value IS 141 (55.47% from 255) = 42.99%
BLUE value IS 179 (70.31% from 255) = 54.57%
R=2.44%
G=42.99%
B=54.57%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal81411790.960.2100.30193.3391.4436.67
Hex88DB3601501Ec15b25
Octal102152631402503630113345
Binary10001000110110110011110000010101011110110000011011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,141,179); }

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

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

 a { background-color: rgb(8,141,179); }

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

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

 span { border-color: rgb(8,141,179); }

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