Html Css Color HEX #048FAA Bondi Blue

📋 copy color: '#048FAA'

red 4 ◦ green 143 ◦ blue 170

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

Shades of Bondi Blue #048FAA

Tints of Bondi Blue #048FAA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 45.11%

 BLUE value IS 170 (66.8% from 255) = 53.63%

R = 1.26%
G = 45.11%
B = 53.63%

CMYK

 C value IS 0.98

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#048FAA (or 0x048FAA) is known color: Bondi Blue. HEX triplet: 04, 8F and AA. RGB value is (4,143,170). Sum of RGB (Red+Green+Blue) = 4+143+170=317 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.26% from 317); Green value is 143 (56.25% from 255 or 45.11% from 317); Blue value is 170 (66.80% from 255 or 53.63% from 317); Max value from RGB is 170 - color contains mainly: blue. Hex color #048FAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048FAA is #FB7055. Grayscale: #686868. Windows color (decimal): -16478294 or 11177732. OLE color: 11177732.

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

Color convert

RGB 4 143 170 -
CMYK 0.98 0.16 0 0.33
HSL 189.76º 0.95% 0.34% -
HSV(B) 189.76º 0.98% 0.67% -
XYZ 17.13 22.57 41.48 -
YUV 104.52 164.95 56.3 -
System Red Green Blue C M Y K H S L
Decimal 4 143 170 0.98 0.16 0 0.33 189.76 0.95 0.34
Hex 4 8F AA 62 10 0 21 BE 5F 22
Octal 4 217 252 142 20 0 41 276 137 42
Binary 100 10001111 10101010 1100010 10000 0 100001 10111110 1011111 100010

Color Harmonies of #048FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048FAA

Black with #048FAA

Text Example


Text Example

White with #048FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,143,170); }

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

background-color css

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

 a { background-color: rgb(4,143,170); }

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

border-color css

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

 span { border-color: rgb(4,143,170); }

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