Html Css Color HEX #039FAA Bondi Blue

📋 copy color: '#039FAA'

red 3 ◦ green 159 ◦ blue 170

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

Shades of Bondi Blue #039FAA

Tints of Bondi Blue #039FAA

RGB

 RED value IS 3 (1.56% from 255) = 0.9%

 GREEN value IS 159 (62.5% from 255) = 47.89%

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

R = 0.9%
G = 47.89%
B = 51.2%

CMYK

 C value IS 0.98

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#039FAA (or 0x039FAA) is known color: Bondi Blue. HEX triplet: 03, 9F and AA. RGB value is (3,159,170). Sum of RGB (Red+Green+Blue) = 3+159+170=332 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 332); Green value is 159 (62.5% from 255 or 47.89% from 332); Blue value is 170 (66.80% from 255 or 51.20% from 332); Max value from RGB is 170 - color contains mainly: blue. Hex color #039FAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039FAA is #FC6055. Grayscale: #717171. Windows color (decimal): -16539734 or 11181827. OLE color: 11181827.

HSL color Cylindrical-coordinate representation of color #039FAA: hue angle of 183.95º degrees, saturation: 0.97, 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 #039FAA is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 3 159 170 -
CMYK 0.98 0.06 0 0.33
HSL 183.95º 0.97% 0.34% -
HSV(B) 183.95º 0.98% 0.67% -
XYZ 19.69 27.72 42.34 -
YUV 113.61 159.82 49.11 -
System Red Green Blue C M Y K H S L
Decimal 3 159 170 0.98 0.06 0 0.33 183.95 0.97 0.34
Hex 3 9F AA 62 6 0 21 B8 61 22
Octal 3 237 252 142 6 0 41 270 141 42
Binary 11 10011111 10101010 1100010 110 0 100001 10111000 1100001 100010

Color Harmonies of #039FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039FAA

Black with #039FAA

Text Example


Text Example

White with #039FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,159,170); }

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

background-color css

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

 a { background-color: rgb(3,159,170); }

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

border-color css

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

 span { border-color: rgb(3,159,170); }

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