Html Css Color HEX #07A9AE Bondi Blue

📋 copy color: '#07A9AE'

red 7 ◦ green 169 ◦ blue 174

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

Shades of Bondi Blue #07A9AE

Tints of Bondi Blue #07A9AE

RGB

 RED value IS 7 (3.13% from 255) = 2%

 GREEN value IS 169 (66.41% from 255) = 48.29%

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

R = 2%
G = 48.29%
B = 49.71%

CMYK

 C value IS 0.96

 M value IS 0.03

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#07A9AE (or 0x07A9AE) is known color: Bondi Blue. HEX triplet: 07, A9 and AE. RGB value is (7,169,174). Sum of RGB (Red+Green+Blue) = 7+169+174=350 (46% of max value = 765). Red value is 7 (3.12% from 255 or 2% from 350); Green value is 169 (66.41% from 255 or 48.29% from 350); Blue value is 174 (68.36% from 255 or 49.71% from 350); Max value from RGB is 174 - color contains mainly: blue. Hex color #07A9AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07A9AE is #F85651. Grayscale: #787878. Windows color (decimal): -16275026 or 11446535. OLE color: 11446535.

HSL color Cylindrical-coordinate representation of color #07A9AE: hue angle of 181.8º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A9AE is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 7 169 174 -
CMYK 0.96 0.03 0 0.32
HSL 181.8º 0.92% 0.35% -
HSV(B) 181.8º 0.96% 0.68% -
XYZ 21.92 31.48 44.97 -
YUV 121.13 157.83 46.59 -
System Red Green Blue C M Y K H S L
Decimal 7 169 174 0.96 0.03 0 0.32 181.8 0.92 0.35
Hex 7 A9 AE 60 3 0 20 B6 5C 23
Octal 7 251 256 140 3 0 40 266 134 43
Binary 111 10101001 10101110 1100000 11 0 100000 10110110 1011100 100011

Color Harmonies of #07A9AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07A9AE

Black with #07A9AE

Text Example


Text Example

White with #07A9AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07A9AE; }

 p { color: rgb(7,169,174); }

 H1.HeaderClassName
 {
   color: #07A9AE;
 }
 .AnyTagClassName
 {
   color: #07A9AE;
 }
</style>

background-color css

<style>
 a { background-color: #07A9AE; }

 a { background-color: rgb(7,169,174); }

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

border-color css

<style>
 span { border-color: #07A9AE; }

 span { border-color: rgb(7,169,174); }

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