Html Css Color HEX #009BAF Bondi Blue

📋 copy color: '#009BAF'

red 0 ◦ green 155 ◦ blue 175

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

Shades of Bondi Blue #009BAF

Tints of Bondi Blue #009BAF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 46.97%

 BLUE value IS 175 (68.75% from 255) = 53.03%

R = 0%
G = 46.97%
B = 53.03%

CMYK

 C value IS 1

 M value IS 0.11

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#009BAF (or 0x009BAF) is known color: Bondi Blue. HEX triplet: 00, 9B and AF. RGB value is (0,155,175). Sum of RGB (Red+Green+Blue) = 0+155+175=330 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 330); Green value is 155 (60.94% from 255 or 46.97% from 330); Blue value is 175 (68.75% from 255 or 53.03% from 330); Max value from RGB is 175 - color contains mainly: blue. Hex color #009BAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009BAF is #FF6450. Grayscale: #6E6E6E. Windows color (decimal): -16737361 or 11508480. OLE color: 11508480.

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

Color convert

RGB 0 155 175 -
CMYK 1 0.11 0 0.31
HSL 186.86º 1% 0.34% -
HSV(B) 186.86º 1% 0.69% -
XYZ 19.46 26.54 44.65 -
YUV 110.94 164.15 48.87 -
System Red Green Blue C M Y K H S L
Decimal 0 155 175 1 0.11 0 0.31 186.86 1 0.34
Hex 0 9B AF 64 B 0 1F BB 64 22
Octal 0 233 257 144 13 0 37 273 144 42
Binary 0 10011011 10101111 1100100 1011 0 11111 10111011 1100100 100010

Color Harmonies of #009BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009BAF

Black with #009BAF

Text Example


Text Example

White with #009BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,155,175); }

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

background-color css

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

 a { background-color: rgb(0,155,175); }

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

border-color css

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

 span { border-color: rgb(0,155,175); }

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