Html Css Color HEX #008DAE Bondi Blue

📋 copy color: '#008DAE'

red 0 ◦ green 141 ◦ blue 174

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

Shades of Bondi Blue #008DAE

Tints of Bondi Blue #008DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 55.24%

R = 0%
G = 44.76%
B = 55.24%

CMYK

 C value IS 1

 M value IS 0.19

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#008DAE (or 0x008DAE) is known color: Bondi Blue. HEX triplet: 00, 8D and AE. RGB value is (0,141,174). Sum of RGB (Red+Green+Blue) = 0+141+174=315 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 315); Green value is 141 (55.47% from 255 or 44.76% from 315); Blue value is 174 (68.36% from 255 or 55.24% from 315); Max value from RGB is 174 - color contains mainly: blue. Hex color #008DAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008DAE is #FF7251. Grayscale: #666666. Windows color (decimal): -16740946 or 11439360. OLE color: 11439360.

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

Color convert

RGB 0 141 174 -
CMYK 1 0.19 0 0.32
HSL 191.38º 1% 0.34% -
HSV(B) 191.38º 1% 0.68% -
XYZ 17.16 22.11 43.41 -
YUV 102.6 168.29 54.82 -
System Red Green Blue C M Y K H S L
Decimal 0 141 174 1 0.19 0 0.32 191.38 1 0.34
Hex 0 8D AE 64 13 0 20 BF 64 22
Octal 0 215 256 144 23 0 40 277 144 42
Binary 0 10001101 10101110 1100100 10011 0 100000 10111111 1100100 100010

Color Harmonies of #008DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008DAE

Black with #008DAE

Text Example


Text Example

White with #008DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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