Html Css Color HEX #07A8AE Bondi Blue

📋 copy color: '#07A8AE'

red 7 ◦ green 168 ◦ blue 174

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

Shades of Bondi Blue #07A8AE

Tints of Bondi Blue #07A8AE

RGB

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

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

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

R = 2.01%
G = 48.14%
B = 49.86%

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

#07A8AE (or 0x07A8AE) is known color: Bondi Blue. HEX triplet: 07, A8 and AE. RGB value is (7,168,174). Sum of RGB (Red+Green+Blue) = 7+168+174=349 (46% of max value = 765). Red value is 7 (3.12% from 255 or 2.01% from 349); Green value is 168 (66.02% from 255 or 48.14% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #07A8AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07A8AE is #F85751. Grayscale: #787878. Windows color (decimal): -16275282 or 11446279. OLE color: 11446279.

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

Color convert

RGB 7 168 174 -
CMYK 0.96 0.03 0 0.32
HSL 182.16º 0.92% 0.35% -
HSV(B) 182.16º 0.96% 0.68% -
XYZ 21.73 31.11 44.9 -
YUV 120.55 158.16 47.01 -
System Red Green Blue C M Y K H S L
Decimal 7 168 174 0.96 0.03 0 0.32 182.16 0.92 0.35
Hex 7 A8 AE 60 3 0 20 B6 5C 23
Octal 7 250 256 140 3 0 40 266 134 43
Binary 111 10101000 10101110 1100000 11 0 100000 10110110 1011100 100011

Color Harmonies of #07A8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07A8AE

Black with #07A8AE

Text Example


Text Example

White with #07A8AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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