Html Css Color HEX #04A4AD Bondi Blue

📋 copy color: '#04A4AD'

red 4 ◦ green 164 ◦ blue 173

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

Shades of Bondi Blue #04A4AD

Tints of Bondi Blue #04A4AD

RGB

 RED value IS 4 (1.95% from 255) = 1.17%

 GREEN value IS 164 (64.45% from 255) = 48.09%

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

R = 1.17%
G = 48.09%
B = 50.73%

CMYK

 C value IS 0.98

 M value IS 0.05

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#04A4AD (or 0x04A4AD) is known color: Bondi Blue. HEX triplet: 04, A4 and AD. RGB value is (4,164,173). Sum of RGB (Red+Green+Blue) = 4+164+173=341 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.17% from 341); Green value is 164 (64.45% from 255 or 48.09% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #04A4AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04A4AD is #FB5B52. Grayscale: #747474. Windows color (decimal): -16472915 or 11379716. OLE color: 11379716.

HSL color Cylindrical-coordinate representation of color #04A4AD: hue angle of 183.2º degrees, saturation: 0.95, 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 #04A4AD is Cyan = 0.98, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 4 164 173 -
CMYK 0.98 0.05 0 0.32
HSL 183.2º 0.95% 0.35% -
HSV(B) 183.2º 0.98% 0.68% -
XYZ 20.87 29.59 44.15 -
YUV 117.19 159.49 47.27 -
System Red Green Blue C M Y K H S L
Decimal 4 164 173 0.98 0.05 0 0.32 183.2 0.95 0.35
Hex 4 A4 AD 62 5 0 20 B7 5F 23
Octal 4 244 255 142 5 0 40 267 137 43
Binary 100 10100100 10101101 1100010 101 0 100000 10110111 1011111 100011

Color Harmonies of #04A4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A4AD

Black with #04A4AD

Text Example


Text Example

White with #04A4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04A4AD; }

 p { color: rgb(4,164,173); }

 H1.HeaderClassName
 {
   color: #04A4AD;
 }
 .AnyTagClassName
 {
   color: #04A4AD;
 }
</style>

background-color css

<style>
 a { background-color: #04A4AD; }

 a { background-color: rgb(4,164,173); }

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

border-color css

<style>
 span { border-color: #04A4AD; }

 span { border-color: rgb(4,164,173); }

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