Html Css Color HEX #009FAC Bondi Blue

📋 copy color: '#009FAC'

red 0 ◦ green 159 ◦ blue 172

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

Shades of Bondi Blue #009FAC

Tints of Bondi Blue #009FAC

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 172 (67.58% from 255) = 51.96%

R = 0%
G = 48.04%
B = 51.96%

CMYK

 C value IS 1

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#009FAC (or 0x009FAC) is known color: Bondi Blue. HEX triplet: 00, 9F and AC. RGB value is (0,159,172). Sum of RGB (Red+Green+Blue) = 0+159+172=331 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 331); Green value is 159 (62.5% from 255 or 48.04% from 331); Blue value is 172 (67.58% from 255 or 51.96% from 331); Max value from RGB is 172 - color contains mainly: blue. Hex color #009FAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009FAC is #FF6053. Grayscale: #707070. Windows color (decimal): -16736340 or 11312896. OLE color: 11312896.

HSL color Cylindrical-coordinate representation of color #009FAC: hue angle of 184.53º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009FAC is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 0 159 172 -
CMYK 1 0.08 0 0.33
HSL 184.53º 1% 0.34% -
HSV(B) 184.53º 1% 0.67% -
XYZ 19.84 27.77 43.34 -
YUV 112.94 161.32 47.44 -
System Red Green Blue C M Y K H S L
Decimal 0 159 172 1 0.08 0 0.33 184.53 1 0.34
Hex 0 9F AC 64 8 0 21 B9 64 22
Octal 0 237 254 144 10 0 41 271 144 42
Binary 0 10011111 10101100 1100100 1000 0 100001 10111001 1100100 100010

Color Harmonies of #009FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009FAC

Black with #009FAC

Text Example


Text Example

White with #009FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009FAC; }

 p { color: rgb(0,159,172); }

 H1.HeaderClassName
 {
   color: #009FAC;
 }
 .AnyTagClassName
 {
   color: #009FAC;
 }
</style>

background-color css

<style>
 a { background-color: #009FAC; }

 a { background-color: rgb(0,159,172); }

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

border-color css

<style>
 span { border-color: #009FAC; }

 span { border-color: rgb(0,159,172); }

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