Html Css Color HEX #048DAE Bondi Blue

📋 copy color: '#048DAE'

red 4 ◦ green 141 ◦ blue 174

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

Shades of Bondi Blue #048DAE

Tints of Bondi Blue #048DAE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 44.2%

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

R = 1.25%
G = 44.2%
B = 54.55%

CMYK

 C value IS 0.98

 M value IS 0.19

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#048DAE (or 0x048DAE) is known color: Bondi Blue. HEX triplet: 04, 8D and AE. RGB value is (4,141,174). Sum of RGB (Red+Green+Blue) = 4+141+174=319 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 319); Green value is 141 (55.47% from 255 or 44.20% from 319); Blue value is 174 (68.36% from 255 or 54.55% from 319); Max value from RGB is 174 - color contains mainly: blue. Hex color #048DAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048DAE is #FB7251. Grayscale: #676767. Windows color (decimal): -16478802 or 11439364. OLE color: 11439364.

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

Color convert

RGB 4 141 174 -
CMYK 0.98 0.19 0 0.32
HSL 191.65º 0.96% 0.35% -
HSV(B) 191.65º 0.98% 0.68% -
XYZ 17.21 22.13 43.41 -
YUV 103.8 167.61 56.82 -
System Red Green Blue C M Y K H S L
Decimal 4 141 174 0.98 0.19 0 0.32 191.65 0.96 0.35
Hex 4 8D AE 62 13 0 20 C0 60 23
Octal 4 215 256 142 23 0 40 300 140 43
Binary 100 10001101 10101110 1100010 10011 0 100000 11000000 1100000 100011

Color Harmonies of #048DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048DAE

Black with #048DAE

Text Example


Text Example

White with #048DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #048DAE;
 }
 .AnyTagClassName
 {
   color: #048DAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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