#048EB9

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

Shades of Bondi Blue #048EB9

Tints of Bondi Blue #048EB9

Color information

#048EB9 (or 0x048EB9) is unknown color: approx Bondi Blue. HEX triplet: 04, 8E and B9. RGB value is (4,142,185). Sum of RGB (Red+Green+Blue) = 4+142+185=331 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.21% from 331); Green value is 142 (55.86% from 255 or 42.90% from 331); Blue value is 185 (72.66% from 255 or 55.89% from 331); Max value from RGB is 185 - color contains mainly: blue. Hex color #048EB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048EB9 is #FB7146. Grayscale: #696969. Windows color (decimal): -16478535 or 12160516. OLE color: 12160516.

HSL color Cylindrical-coordinate representation of color #048EB9: hue angle of 194.25º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #048EB9 is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4142185-
CMYK0.980.2300.27
HSL194.25º95.77%37.06%-
HSV(B)194.25º97.84%72.55%-
XYZ18.4822.8749.34-
YUV105.64172.7855.5-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.21%
GREEN value IS 142 (55.86% from 255) = 42.90%
BLUE value IS 185 (72.66% from 255) = 55.89%
R=1.21%
G=42.90%
B=55.89%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal41421850.980.2300.27194.2595.7737.06
Hex48EB9621701Bc26025
Octal42162711422703330214045
Binary1001000111010111001110001010111011011110000101100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,142,185); }

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

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

 a { background-color: rgb(4,142,185); }

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

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

 span { border-color: rgb(4,142,185); }

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