Html Css Color HEX #008DAF Bondi Blue

📋 copy color: '#008DAF'

red 0 ◦ green 141 ◦ blue 175

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

Shades of Bondi Blue #008DAF

Tints of Bondi Blue #008DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 55.38%

R = 0%
G = 44.62%
B = 55.38%

CMYK

 C value IS 1

 M value IS 0.19

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#008DAF (or 0x008DAF) is known color: Bondi Blue. HEX triplet: 00, 8D and AF. RGB value is (0,141,175). Sum of RGB (Red+Green+Blue) = 0+141+175=316 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 316); Green value is 141 (55.47% from 255 or 44.62% from 316); Blue value is 175 (68.75% from 255 or 55.38% from 316); Max value from RGB is 175 - color contains mainly: blue. Hex color #008DAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008DAF is #FF7250. Grayscale: #666666. Windows color (decimal): -16740945 or 11504896. OLE color: 11504896.

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

Color convert

RGB 0 141 175 -
CMYK 1 0.19 0 0.31
HSL 191.66º 1% 0.34% -
HSV(B) 191.66º 1% 0.69% -
XYZ 17.26 22.14 43.92 -
YUV 102.72 168.79 54.74 -
System Red Green Blue C M Y K H S L
Decimal 0 141 175 1 0.19 0 0.31 191.66 1 0.34
Hex 0 8D AF 64 13 0 1F C0 64 22
Octal 0 215 257 144 23 0 37 300 144 42
Binary 0 10001101 10101111 1100100 10011 0 11111 11000000 1100100 100010

Color Harmonies of #008DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008DAF

Black with #008DAF

Text Example


Text Example

White with #008DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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