#008DBD

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

Shades of Bondi Blue #008DBD

Tints of Bondi Blue #008DBD

Color information

#008DBD (or 0x008DBD) is unknown color: approx Bondi Blue. HEX triplet: 00, 8D and BD. RGB value is (0,141,189). Sum of RGB (Red+Green+Blue) = 0+141+189=330 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 330); Green value is 141 (55.47% from 255 or 42.73% from 330); Blue value is 189 (74.22% from 255 or 57.27% from 330); Max value from RGB is 189 - color contains mainly: blue. Hex color #008DBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008DBD is #FF7242. Grayscale: #676767. Windows color (decimal): -16740931 or 12422400. OLE color: 12422400.

HSL color Cylindrical-coordinate representation of color #008DBD: hue angle of 195.24º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008DBD is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB0141189-
CMYK10.2500.26
HSL195.24º100%37.06%-
HSV(B)195.24º100%74.12%-
XYZ18.7122.7251.54-
YUV104.31175.7953.6-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 141 (55.47% from 255) = 42.73%
BLUE value IS 189 (74.22% from 255) = 57.27%
R=0%
G=42.73%
B=57.27%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal014118910.2500.26195.2410037.06
Hex08DBD641901Ac36425
Octal02152751443103230314445
Binary01000110110111101110010011001011010110000111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008DBD; }

 p { color: rgb(0,141,189); }

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

<style>
 a { background-color: #008DBD; }

 a { background-color: rgb(0,141,189); }

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

<style>
 span { border-color: #008DBD; }

 span { border-color: rgb(0,141,189); }

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