Html Css Color HEX #00AAAE Bondi Blue

📋 copy color: '#00AAAE'

red 0 ◦ green 170 ◦ blue 174

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

Shades of Bondi Blue #00AAAE

Tints of Bondi Blue #00AAAE

RGB

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

 GREEN value IS 170 (66.8% from 255) = 49.42%

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

R = 0%
G = 49.42%
B = 50.58%

CMYK

 C value IS 1

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#00AAAE (or 0x00AAAE) is known color: Bondi Blue. HEX triplet: 00, AA and AE. RGB value is (0,170,174). Sum of RGB (Red+Green+Blue) = 0+170+174=344 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 344); Green value is 170 (66.80% from 255 or 49.42% from 344); Blue value is 174 (68.36% from 255 or 50.58% from 344); Max value from RGB is 174 - color contains mainly: blue. Hex color #00AAAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00AAAE is #FF5551. Grayscale: #777777. Windows color (decimal): -16733522 or 11446784. OLE color: 11446784.

HSL color Cylindrical-coordinate representation of color #00AAAE: hue angle of 181.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 #00AAAE is Cyan = 1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 0 170 174 -
CMYK 1 0.02 0 0.32
HSL 181.38º 1% 0.34% -
HSV(B) 181.38º 1% 0.68% -
XYZ 22.01 31.81 45.02 -
YUV 119.63 158.68 42.67 -
System Red Green Blue C M Y K H S L
Decimal 0 170 174 1 0.02 0 0.32 181.38 1 0.34
Hex 0 AA AE 64 2 0 20 B5 64 22
Octal 0 252 256 144 2 0 40 265 144 42
Binary 0 10101010 10101110 1100100 10 0 100000 10110101 1100100 100010

Color Harmonies of #00AAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AAAE

Black with #00AAAE

Text Example


Text Example

White with #00AAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00AAAE; }

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

 H1.HeaderClassName
 {
   color: #00AAAE;
 }
 .AnyTagClassName
 {
   color: #00AAAE;
 }
</style>

background-color css

<style>
 a { background-color: #00AAAE; }

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

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

border-color css

<style>
 span { border-color: #00AAAE; }

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

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