#048BAE

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

Shades of Bondi Blue #048BAE

Tints of Bondi Blue #048BAE

Color information

#048BAE (or 0x048BAE) is unknown color: approx Bondi Blue. HEX triplet: 04, 8B and AE. RGB value is (4,139,174). Sum of RGB (Red+Green+Blue) = 4+139+174=317 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.26% from 317); Green value is 139 (54.69% from 255 or 43.85% from 317); Blue value is 174 (68.36% from 255 or 54.89% from 317); Max value from RGB is 174 - color contains mainly: blue. Hex color #048BAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048BAE is #FB7451. Grayscale: #666666. Windows color (decimal): -16479314 or 11438852. OLE color: 11438852.

HSL color Cylindrical-coordinate representation of color #048BAE: hue angle of 192.35º 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 #048BAE is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4139174-
CMYK0.980.2000.32
HSL192.35º95.51%34.9%-
HSV(B)192.35º97.7%68.24%-
XYZ16.9221.5543.31-
YUV102.62168.2757.65-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.26%
GREEN value IS 139 (54.69% from 255) = 43.85%
BLUE value IS 174 (68.36% from 255) = 54.89%
R=1.26%
G=43.85%
B=54.89%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal41391740.980.2000.32192.3595.5134.9
Hex48BAE6214020c06023
Octal42132561422404030014043
Binary10010001011101011101100010101000100000110000001100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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