Html Css Color HEX #04A8AB Bondi Blue

📋 copy color: '#04A8AB'

red 4 ◦ green 168 ◦ blue 171

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

Shades of Bondi Blue #04A8AB

Tints of Bondi Blue #04A8AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49.85%

R = 1.17%
G = 48.98%
B = 49.85%

CMYK

 C value IS 0.98

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#04A8AB (or 0x04A8AB) is known color: Bondi Blue. HEX triplet: 04, A8 and AB. RGB value is (4,168,171). Sum of RGB (Red+Green+Blue) = 4+168+171=343 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.17% from 343); Green value is 168 (66.02% from 255 or 48.98% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #04A8AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04A8AB is #FB5754. Grayscale: #777777. Windows color (decimal): -16471893 or 11249668. OLE color: 11249668.

HSL color Cylindrical-coordinate representation of color #04A8AB: hue angle of 181.08º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A8AB is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 4 168 171 -
CMYK 0.98 0.02 0 0.33
HSL 181.08º 0.95% 0.34% -
HSV(B) 181.08º 0.98% 0.67% -
XYZ 21.4 30.97 43.38 -
YUV 119.31 157.17 45.76 -
System Red Green Blue C M Y K H S L
Decimal 4 168 171 0.98 0.02 0 0.33 181.08 0.95 0.34
Hex 4 A8 AB 62 2 0 21 B5 5F 22
Octal 4 250 253 142 2 0 41 265 137 42
Binary 100 10101000 10101011 1100010 10 0 100001 10110101 1011111 100010

Color Harmonies of #04A8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A8AB

Black with #04A8AB

Text Example


Text Example

White with #04A8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,168,171); }

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

background-color css

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

 a { background-color: rgb(4,168,171); }

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

border-color css

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

 span { border-color: rgb(4,168,171); }

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