Html Css Color HEX #04A8AE Bondi Blue

📋 copy color: '#04A8AE'

red 4 ◦ green 168 ◦ blue 174

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

Shades of Bondi Blue #04A8AE

Tints of Bondi Blue #04A8AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 50.29%

R = 1.16%
G = 48.55%
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

#04A8AE (or 0x04A8AE) is known color: Bondi Blue. HEX triplet: 04, A8 and AE. RGB value is (4,168,174). Sum of RGB (Red+Green+Blue) = 4+168+174=346 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 346); Green value is 168 (66.02% from 255 or 48.55% from 346); Blue value is 174 (68.36% from 255 or 50.29% from 346); Max value from RGB is 174 - color contains mainly: blue. Hex color #04A8AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04A8AE is #FB5751. Grayscale: #777777. Windows color (decimal): -16471890 or 11446276. OLE color: 11446276.

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

Color convert

RGB 4 168 174 -
CMYK 0.98 0.03 0 0.32
HSL 182.12º 0.96% 0.35% -
HSV(B) 182.12º 0.98% 0.68% -
XYZ 21.69 31.09 44.9 -
YUV 119.65 158.67 45.51 -
System Red Green Blue C M Y K H S L
Decimal 4 168 174 0.98 0.03 0 0.32 182.12 0.96 0.35
Hex 4 A8 AE 62 3 0 20 B6 60 23
Octal 4 250 256 142 3 0 40 266 140 43
Binary 100 10101000 10101110 1100010 11 0 100000 10110110 1100000 100011

Color Harmonies of #04A8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A8AE

Black with #04A8AE

Text Example


Text Example

White with #04A8AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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