Html Css Color HEX #009DAC Bondi Blue

📋 copy color: '#009DAC'

red 0 ◦ green 157 ◦ blue 172

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

Shades of Bondi Blue #009DAC

Tints of Bondi Blue #009DAC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 47.72%

 BLUE value IS 172 (67.58% from 255) = 52.28%

R = 0%
G = 47.72%
B = 52.28%

CMYK

 C value IS 1

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#009DAC (or 0x009DAC) is known color: Bondi Blue. HEX triplet: 00, 9D and AC. RGB value is (0,157,172). Sum of RGB (Red+Green+Blue) = 0+157+172=329 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 329); Green value is 157 (61.72% from 255 or 47.72% from 329); Blue value is 172 (67.58% from 255 or 52.28% from 329); Max value from RGB is 172 - color contains mainly: blue. Hex color #009DAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009DAC is #FF6253. Grayscale: #6F6F6F. Windows color (decimal): -16736852 or 11312384. OLE color: 11312384.

HSL color Cylindrical-coordinate representation of color #009DAC: hue angle of 185.23º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009DAC is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 0 157 172 -
CMYK 1 0.09 0 0.33
HSL 185.23º 1% 0.34% -
HSV(B) 185.23º 1% 0.67% -
XYZ 19.5 27.09 43.23 -
YUV 111.77 161.99 48.28 -
System Red Green Blue C M Y K H S L
Decimal 0 157 172 1 0.09 0 0.33 185.23 1 0.34
Hex 0 9D AC 64 9 0 21 B9 64 22
Octal 0 235 254 144 11 0 41 271 144 42
Binary 0 10011101 10101100 1100100 1001 0 100001 10111001 1100100 100010

Color Harmonies of #009DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009DAC

Black with #009DAC

Text Example


Text Example

White with #009DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009DAC; }

 p { color: rgb(0,157,172); }

 H1.HeaderClassName
 {
   color: #009DAC;
 }
 .AnyTagClassName
 {
   color: #009DAC;
 }
</style>

background-color css

<style>
 a { background-color: #009DAC; }

 a { background-color: rgb(0,157,172); }

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

border-color css

<style>
 span { border-color: #009DAC; }

 span { border-color: rgb(0,157,172); }

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