Html Css Color HEX #009DAA Bondi Blue

📋 copy color: '#009DAA'

red 0 ◦ green 157 ◦ blue 170

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

Shades of Bondi Blue #009DAA

Tints of Bondi Blue #009DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 51.99%

R = 0%
G = 48.01%
B = 51.99%

CMYK

 C value IS 1

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#009DAA (or 0x009DAA) is known color: Bondi Blue. HEX triplet: 00, 9D and AA. RGB value is (0,157,170). Sum of RGB (Red+Green+Blue) = 0+157+170=327 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 327); Green value is 157 (61.72% from 255 or 48.01% from 327); Blue value is 170 (66.80% from 255 or 51.99% from 327); Max value from RGB is 170 - color contains mainly: blue. Hex color #009DAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009DAA is #FF6255. Grayscale: #6F6F6F. Windows color (decimal): -16736854 or 11181312. OLE color: 11181312.

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

Color convert

RGB 0 157 170 -
CMYK 1 0.08 0 0.33
HSL 184.59º 1% 0.33% -
HSV(B) 184.59º 1% 0.67% -
XYZ 19.31 27.02 42.23 -
YUV 111.54 160.99 48.44 -
System Red Green Blue C M Y K H S L
Decimal 0 157 170 1 0.08 0 0.33 184.59 1 0.33
Hex 0 9D AA 64 8 0 21 B9 64 21
Octal 0 235 252 144 10 0 41 271 144 41
Binary 0 10011101 10101010 1100100 1000 0 100001 10111001 1100100 100001

Color Harmonies of #009DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009DAA

Black with #009DAA

Text Example


Text Example

White with #009DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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