Html Css Color HEX #06A8AD Bondi Blue

📋 copy color: '#06A8AD'

red 6 ◦ green 168 ◦ blue 173

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

Shades of Bondi Blue #06A8AD

Tints of Bondi Blue #06A8AD

RGB

 RED value IS 6 (2.73% from 255) = 1.73%

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

 BLUE value IS 173 (67.97% from 255) = 49.86%

R = 1.73%
G = 48.41%
B = 49.86%

CMYK

 C value IS 0.97

 M value IS 0.03

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#06A8AD (or 0x06A8AD) is known color: Bondi Blue. HEX triplet: 06, A8 and AD. RGB value is (6,168,173). Sum of RGB (Red+Green+Blue) = 6+168+173=347 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.73% from 347); Green value is 168 (66.02% from 255 or 48.41% from 347); Blue value is 173 (67.97% from 255 or 49.86% from 347); Max value from RGB is 173 - color contains mainly: blue. Hex color #06A8AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06A8AD is #F95752. Grayscale: #777777. Windows color (decimal): -16340819 or 11380742. OLE color: 11380742.

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

Color convert

RGB 6 168 173 -
CMYK 0.97 0.03 0 0.32
HSL 181.8º 0.93% 0.35% -
HSV(B) 181.8º 0.97% 0.68% -
XYZ 21.62 31.06 44.39 -
YUV 120.13 157.83 46.59 -
System Red Green Blue C M Y K H S L
Decimal 6 168 173 0.97 0.03 0 0.32 181.8 0.93 0.35
Hex 6 A8 AD 61 3 0 20 B6 5D 23
Octal 6 250 255 141 3 0 40 266 135 43
Binary 110 10101000 10101101 1100001 11 0 100000 10110110 1011101 100011

Color Harmonies of #06A8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06A8AD

Black with #06A8AD

Text Example


Text Example

White with #06A8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06A8AD; }

 p { color: rgb(6,168,173); }

 H1.HeaderClassName
 {
   color: #06A8AD;
 }
 .AnyTagClassName
 {
   color: #06A8AD;
 }
</style>

background-color css

<style>
 a { background-color: #06A8AD; }

 a { background-color: rgb(6,168,173); }

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

border-color css

<style>
 span { border-color: #06A8AD; }

 span { border-color: rgb(6,168,173); }

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