Html Css Color HEX #008DAD Bondi Blue

📋 copy color: '#008DAD'

red 0 ◦ green 141 ◦ blue 173

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

Shades of Bondi Blue #008DAD

Tints of Bondi Blue #008DAD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 44.9%

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

R = 0%
G = 44.9%
B = 55.1%

CMYK

 C value IS 1

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#008DAD (or 0x008DAD) is known color: Bondi Blue. HEX triplet: 00, 8D and AD. RGB value is (0,141,173). Sum of RGB (Red+Green+Blue) = 0+141+173=314 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 314); Green value is 141 (55.47% from 255 or 44.90% from 314); Blue value is 173 (67.97% from 255 or 55.10% from 314); Max value from RGB is 173 - color contains mainly: blue. Hex color #008DAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008DAD is #FF7252. Grayscale: #666666. Windows color (decimal): -16740947 or 11373824. OLE color: 11373824.

HSL color Cylindrical-coordinate representation of color #008DAD: hue angle of 191.1º 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 #008DAD is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 0 141 173 -
CMYK 1 0.18 0 0.32
HSL 191.1º 1% 0.34% -
HSV(B) 191.1º 1% 0.68% -
XYZ 17.07 22.07 42.89 -
YUV 102.49 167.79 54.9 -
System Red Green Blue C M Y K H S L
Decimal 0 141 173 1 0.18 0 0.32 191.1 1 0.34
Hex 0 8D AD 64 12 0 20 BF 64 22
Octal 0 215 255 144 22 0 40 277 144 42
Binary 0 10001101 10101101 1100100 10010 0 100000 10111111 1100100 100010

Color Harmonies of #008DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008DAD

Black with #008DAD

Text Example


Text Example

White with #008DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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