Html Css Color HEX #009FB1 Bondi Blue

📋 copy color: '#009FB1'

red 0 ◦ green 159 ◦ blue 177

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

Shades of Bondi Blue #009FB1

Tints of Bondi Blue #009FB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 52.68%

R = 0%
G = 47.32%
B = 52.68%

CMYK

 C value IS 1

 M value IS 0.10

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#009FB1 (or 0x009FB1) is known color: Bondi Blue. HEX triplet: 00, 9F and B1. RGB value is (0,159,177). Sum of RGB (Red+Green+Blue) = 0+159+177=336 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 336); Green value is 159 (62.5% from 255 or 47.32% from 336); Blue value is 177 (69.53% from 255 or 52.68% from 336); Max value from RGB is 177 - color contains mainly: blue. Hex color #009FB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009FB1 is #FF604E. Grayscale: #717171. Windows color (decimal): -16736335 or 11640576. OLE color: 11640576.

HSL color Cylindrical-coordinate representation of color #009FB1: hue angle of 186.1º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009FB1 is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 0 159 177 -
CMYK 1 0.10 0 0.31
HSL 186.1º 1% 0.35% -
HSV(B) 186.1º 1% 0.69% -
XYZ 20.33 27.97 45.92 -
YUV 113.51 163.82 47.04 -
System Red Green Blue C M Y K H S L
Decimal 0 159 177 1 0.10 0 0.31 186.1 1 0.35
Hex 0 9F B1 64 A 0 1F BA 64 23
Octal 0 237 261 144 12 0 37 272 144 43
Binary 0 10011111 10110001 1100100 1010 0 11111 10111010 1100100 100011

Color Harmonies of #009FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009FB1

Black with #009FB1

Text Example


Text Example

White with #009FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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