Html Css Color HEX #07A8AB Bondi Blue

📋 copy color: '#07A8AB'

red 7 ◦ green 168 ◦ blue 171

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

Shades of Bondi Blue #07A8AB

Tints of Bondi Blue #07A8AB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 48.55%

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

R = 2.02%
G = 48.55%
B = 49.42%

CMYK

 C value IS 0.96

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#07A8AB (or 0x07A8AB) is known color: Bondi Blue. HEX triplet: 07, A8 and AB. RGB value is (7,168,171). Sum of RGB (Red+Green+Blue) = 7+168+171=346 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.02% from 346); Green value is 168 (66.02% from 255 or 48.55% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #07A8AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07A8AB is #F85754. Grayscale: #787878. Windows color (decimal): -16275285 or 11249671. OLE color: 11249671.

HSL color Cylindrical-coordinate representation of color #07A8AB: hue angle of 181.1º 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 #07A8AB is Cyan = 0.96, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 7 168 171 -
CMYK 0.96 0.02 0 0.33
HSL 181.1º 0.92% 0.35% -
HSV(B) 181.1º 0.96% 0.67% -
XYZ 21.44 30.99 43.38 -
YUV 120.2 156.66 47.26 -
System Red Green Blue C M Y K H S L
Decimal 7 168 171 0.96 0.02 0 0.33 181.1 0.92 0.35
Hex 7 A8 AB 60 2 0 21 B5 5C 23
Octal 7 250 253 140 2 0 41 265 134 43
Binary 111 10101000 10101011 1100000 10 0 100001 10110101 1011100 100011

Color Harmonies of #07A8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07A8AB

Black with #07A8AB

Text Example


Text Example

White with #07A8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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