Html Css Color HEX #07A6AF Bondi Blue

📋 copy color: '#07A6AF'

red 7 ◦ green 166 ◦ blue 175

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

Shades of Bondi Blue #07A6AF

Tints of Bondi Blue #07A6AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 50.29%

R = 2.01%
G = 47.7%
B = 50.29%

CMYK

 C value IS 0.96

 M value IS 0.05

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#07A6AF (or 0x07A6AF) is known color: Bondi Blue. HEX triplet: 07, A6 and AF. RGB value is (7,166,175). Sum of RGB (Red+Green+Blue) = 7+166+175=348 (46% of max value = 765). Red value is 7 (3.12% from 255 or 2.01% from 348); Green value is 166 (65.23% from 255 or 47.70% from 348); Blue value is 175 (68.75% from 255 or 50.29% from 348); Max value from RGB is 175 - color contains mainly: blue. Hex color #07A6AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07A6AF is #F85950. Grayscale: #777777. Windows color (decimal): -16275793 or 11511303. OLE color: 11511303.

HSL color Cylindrical-coordinate representation of color #07A6AF: hue angle of 183.21º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A6AF is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 7 166 175 -
CMYK 0.96 0.05 0 0.31
HSL 183.21º 0.92% 0.36% -
HSV(B) 183.21º 0.96% 0.69% -
XYZ 21.46 30.41 45.3 -
YUV 119.49 159.32 47.77 -
System Red Green Blue C M Y K H S L
Decimal 7 166 175 0.96 0.05 0 0.31 183.21 0.92 0.36
Hex 7 A6 AF 60 5 0 1F B7 5C 24
Octal 7 246 257 140 5 0 37 267 134 44
Binary 111 10100110 10101111 1100000 101 0 11111 10110111 1011100 100100

Color Harmonies of #07A6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07A6AF

Black with #07A6AF

Text Example


Text Example

White with #07A6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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