Html Css Color HEX #008BAD Bondi Blue

📋 copy color: '#008BAD'

red 0 ◦ green 139 ◦ blue 173

#008BAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bondi Blue #008BAD

Tints of Bondi Blue #008BAD

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 139 (54.69% from 255) = 44.55%

 BLUE value IS 173 (67.97% from 255) = 55.45%

R = 0%
G = 44.55%
B = 55.45%

CMYK

 C value IS 1

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#008BAD (or 0x008BAD) is known color: Bondi Blue. HEX triplet: 00, 8B and AD. RGB value is (0,139,173). Sum of RGB (Red+Green+Blue) = 0+139+173=312 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 312); Green value is 139 (54.69% from 255 or 44.55% from 312); Blue value is 173 (67.97% from 255 or 55.45% from 312); Max value from RGB is 173 - color contains mainly: blue. Hex color #008BAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008BAD is #FF7452. Grayscale: #656565. Windows color (decimal): -16741459 or 11373312. OLE color: 11373312.

HSL color Cylindrical-coordinate representation of color #008BAD: hue angle of 191.79º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008BAD is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 0 139 173 -
CMYK 1 0.20 0 0.32
HSL 191.79º 1% 0.34% -
HSV(B) 191.79º 1% 0.68% -
XYZ 16.78 21.48 42.8 -
YUV 101.32 168.45 55.74 -
System Red Green Blue C M Y K H S L
Decimal 0 139 173 1 0.20 0 0.32 191.79 1 0.34
Hex 0 8B AD 64 14 0 20 C0 64 22
Octal 0 213 255 144 24 0 40 300 144 42
Binary 0 10001011 10101101 1100100 10100 0 100000 11000000 1100100 100010

Color Harmonies of #008BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008BAD

Black with #008BAD

Text Example


Text Example

White with #008BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,139,173); }

 H1.HeaderClassName
 {
   color: #008BAD;
 }
 .AnyTagClassName
 {
   color: #008BAD;
 }
</style>

background-color css

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

 a { background-color: rgb(0,139,173); }

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

border-color css

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

 span { border-color: rgb(0,139,173); }

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