Html Css Color HEX #009FA8 Bondi Blue

📋 copy color: '#009FA8'

red 0 ◦ green 159 ◦ blue 168

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

Shades of Bondi Blue #009FA8

Tints of Bondi Blue #009FA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 51.38%

R = 0%
G = 48.62%
B = 51.38%

CMYK

 C value IS 1

 M value IS 0.05

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#009FA8 (or 0x009FA8) is known color: Bondi Blue. HEX triplet: 00, 9F and A8. RGB value is (0,159,168). Sum of RGB (Red+Green+Blue) = 0+159+168=327 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 327); Green value is 159 (62.5% from 255 or 48.62% from 327); Blue value is 168 (66.02% from 255 or 51.38% from 327); Max value from RGB is 168 - color contains mainly: blue. Hex color #009FA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009FA8 is #FF6057. Grayscale: #707070. Windows color (decimal): -16736344 or 11050752. OLE color: 11050752.

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

Color convert

RGB 0 159 168 -
CMYK 1 0.05 0 0.34
HSL 183.21º 1% 0.33% -
HSV(B) 183.21º 1% 0.66% -
XYZ 19.47 27.62 41.35 -
YUV 112.49 159.32 47.77 -
System Red Green Blue C M Y K H S L
Decimal 0 159 168 1 0.05 0 0.34 183.21 1 0.33
Hex 0 9F A8 64 5 0 22 B7 64 21
Octal 0 237 250 144 5 0 42 267 144 41
Binary 0 10011111 10101000 1100100 101 0 100010 10110111 1100100 100001

Color Harmonies of #009FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009FA8

Black with #009FA8

Text Example


Text Example

White with #009FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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