Html Css Color HEX #048BAE Bondi Blue

📋 copy color: '#048BAE'

red 4 ◦ green 139 ◦ blue 174

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

Shades of Bondi Blue #048BAE

Tints of Bondi Blue #048BAE

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 value IS 0.98

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#048BAE (or 0x048BAE) is known color: 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

RGB 4 139 174 -
CMYK 0.98 0.20 0 0.32
HSL 192.35º 0.96% 0.35% -
HSV(B) 192.35º 0.98% 0.68% -
XYZ 16.92 21.55 43.31 -
YUV 102.63 168.27 57.65 -
System Red Green Blue C M Y K H S L
Decimal 4 139 174 0.98 0.20 0 0.32 192.35 0.96 0.35
Hex 4 8B AE 62 14 0 20 C0 60 23
Octal 4 213 256 142 24 0 40 300 140 43
Binary 100 10001011 10101110 1100010 10100 0 100000 11000000 1100000 100011

Color Harmonies of #048BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048BAE

Black with #048BAE

Text Example


Text Example

White with #048BAE

Text Example


Text Example

HTML Codes & Css Web 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>