Html Css Color HEX #03A8AD Bondi Blue

📋 copy color: '#03A8AD'

red 3 ◦ green 168 ◦ blue 173

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

Shades of Bondi Blue #03A8AD

Tints of Bondi Blue #03A8AD

RGB

 RED value IS 3 (1.56% from 255) = 0.87%

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

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

R = 0.87%
G = 48.84%
B = 50.29%

CMYK

 C value IS 0.98

 M value IS 0.03

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#03A8AD (or 0x03A8AD) is known color: Bondi Blue. HEX triplet: 03, A8 and AD. RGB value is (3,168,173). Sum of RGB (Red+Green+Blue) = 3+168+173=344 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 344); Green value is 168 (66.02% from 255 or 48.84% from 344); Blue value is 173 (67.97% from 255 or 50.29% from 344); Max value from RGB is 173 - color contains mainly: blue. Hex color #03A8AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03A8AD is #FC5752. Grayscale: #777777. Windows color (decimal): -16537427 or 11380739. OLE color: 11380739.

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

Color convert

RGB 3 168 173 -
CMYK 0.98 0.03 0 0.32
HSL 181.76º 0.97% 0.35% -
HSV(B) 181.76º 0.98% 0.68% -
XYZ 21.58 31.04 44.39 -
YUV 119.24 158.34 45.09 -
System Red Green Blue C M Y K H S L
Decimal 3 168 173 0.98 0.03 0 0.32 181.76 0.97 0.35
Hex 3 A8 AD 62 3 0 20 B6 61 23
Octal 3 250 255 142 3 0 40 266 141 43
Binary 11 10101000 10101101 1100010 11 0 100000 10110110 1100001 100011

Color Harmonies of #03A8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03A8AD

Black with #03A8AD

Text Example


Text Example

White with #03A8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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