Html Css Color HEX #02A8AD Bondi Blue

📋 copy color: '#02A8AD'

red 2 ◦ green 168 ◦ blue 173

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

Shades of Bondi Blue #02A8AD

Tints of Bondi Blue #02A8AD

RGB

 RED value IS 2 (1.17% from 255) = 0.58%

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

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

R = 0.58%
G = 48.98%
B = 50.44%

CMYK

 C value IS 0.99

 M value IS 0.03

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#02A8AD (or 0x02A8AD) is known color: Bondi Blue. HEX triplet: 02, A8 and AD. RGB value is (2,168,173). Sum of RGB (Red+Green+Blue) = 2+168+173=343 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 343); Green value is 168 (66.02% from 255 or 48.98% from 343); Blue value is 173 (67.97% from 255 or 50.44% from 343); Max value from RGB is 173 - color contains mainly: blue. Hex color #02A8AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02A8AD is #FD5752. Grayscale: #767676. Windows color (decimal): -16602963 or 11380738. OLE color: 11380738.

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

Color convert

RGB 2 168 173 -
CMYK 0.99 0.03 0 0.32
HSL 181.75º 0.98% 0.34% -
HSV(B) 181.75º 0.99% 0.68% -
XYZ 21.57 31.04 44.39 -
YUV 118.94 158.5 44.59 -
System Red Green Blue C M Y K H S L
Decimal 2 168 173 0.99 0.03 0 0.32 181.75 0.98 0.34
Hex 2 A8 AD 63 3 0 20 B6 62 22
Octal 2 250 255 143 3 0 40 266 142 42
Binary 10 10101000 10101101 1100011 11 0 100000 10110110 1100010 100010

Color Harmonies of #02A8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A8AD

Black with #02A8AD

Text Example


Text Example

White with #02A8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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