#048CAC

Color #048CAC Bondi Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bondi Blue #048CAC

Tints of Bondi Blue #048CAC

Color information

#048CAC (or 0x048CAC) is unknown color: approx Bondi Blue. HEX triplet: 04, 8C and AC. RGB value is (4,140,172). Sum of RGB (Red+Green+Blue) = 4+140+172=316 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 316); Green value is 140 (55.08% from 255 or 44.30% from 316); Blue value is 172 (67.58% from 255 or 54.43% from 316); Max value from RGB is 172 - color contains mainly: blue. Hex color #048CAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048CAC is #FB7353. Grayscale: #666666. Windows color (decimal): -16479060 or 11308036. OLE color: 11308036.

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

Color convert

RGB4140172-
CMYK0.980.1900.33
HSL191.43º95.45%34.51%-
HSV(B)191.43º97.67%67.45%-
XYZ16.8721.7642.34-
YUV102.98166.9457.4-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.27%
GREEN value IS 140 (55.08% from 255) = 44.30%
BLUE value IS 172 (67.58% from 255) = 54.43%
R=1.27%
G=44.30%
B=54.43%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal41401720.980.1900.33191.4395.4534.51
Hex48CAC6213021bf5f23
Octal42142541422304127713743
Binary10010001100101011001100010100110100001101111111011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048CAC; }

 p { color: rgb(4,140,172); }

 H1.HeaderClassName
 {
   color: #048CAC;
 }
 .AnyTagClassName
 {
   color: #048CAC;
 }
</style>
background-color css

<style>
 a { background-color: #048CAC; }

 a { background-color: rgb(4,140,172); }

 div.DivClassName
 {
   background-color: #048CAC;
 }
 .BgClassName
 {
   background-color: #048CAC;
 }
</style>
border-color css

<style>
 span { border-color: #048CAC; }

 span { border-color: rgb(4,140,172); }

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