Html Css Color HEX #07A6AB Bondi Blue

📋 copy color: '#07A6AB'

red 7 ◦ green 166 ◦ blue 171

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

Shades of Bondi Blue #07A6AB

Tints of Bondi Blue #07A6AB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 48.26%

 BLUE value IS 171 (67.19% from 255) = 49.71%

R = 2.03%
G = 48.26%
B = 49.71%

CMYK

 C value IS 0.96

 M value IS 0.03

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#07A6AB (or 0x07A6AB) is known color: Bondi Blue. HEX triplet: 07, A6 and AB. RGB value is (7,166,171). Sum of RGB (Red+Green+Blue) = 7+166+171=344 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.03% from 344); Green value is 166 (65.23% from 255 or 48.26% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 171 - color contains mainly: blue. Hex color #07A6AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07A6AB is #F85954. Grayscale: #767676. Windows color (decimal): -16275797 or 11249159. OLE color: 11249159.

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

Color convert

RGB 7 166 171 -
CMYK 0.96 0.03 0 0.33
HSL 181.83º 0.92% 0.35% -
HSV(B) 181.83º 0.96% 0.67% -
XYZ 21.07 30.26 43.26 -
YUV 119.03 157.32 48.09 -
System Red Green Blue C M Y K H S L
Decimal 7 166 171 0.96 0.03 0 0.33 181.83 0.92 0.35
Hex 7 A6 AB 60 3 0 21 B6 5C 23
Octal 7 246 253 140 3 0 41 266 134 43
Binary 111 10100110 10101011 1100000 11 0 100001 10110110 1011100 100011

Color Harmonies of #07A6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07A6AB

Black with #07A6AB

Text Example


Text Example

White with #07A6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,166,171); }

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

background-color css

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

 a { background-color: rgb(7,166,171); }

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

border-color css

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

 span { border-color: rgb(7,166,171); }

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