Html Css Color HEX #009BB3 Bondi Blue

📋 copy color: '#009BB3'

red 0 ◦ green 155 ◦ blue 179

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

Shades of Bondi Blue #009BB3

Tints of Bondi Blue #009BB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 53.59%

R = 0%
G = 46.41%
B = 53.59%

CMYK

 C value IS 1

 M value IS 0.13

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#009BB3 (or 0x009BB3) is known color: Bondi Blue. HEX triplet: 00, 9B and B3. RGB value is (0,155,179). Sum of RGB (Red+Green+Blue) = 0+155+179=334 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 334); Green value is 155 (60.94% from 255 or 46.41% from 334); Blue value is 179 (70.31% from 255 or 53.59% from 334); Max value from RGB is 179 - color contains mainly: blue. Hex color #009BB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009BB3 is #FF644C. Grayscale: #6F6F6F. Windows color (decimal): -16737357 or 11770624. OLE color: 11770624.

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

Color convert

RGB 0 155 179 -
CMYK 1 0.13 0 0.30
HSL 188.04º 1% 0.35% -
HSV(B) 188.04º 1% 0.7% -
XYZ 19.86 26.7 46.75 -
YUV 111.39 166.15 48.55 -
System Red Green Blue C M Y K H S L
Decimal 0 155 179 1 0.13 0 0.30 188.04 1 0.35
Hex 0 9B B3 64 D 0 1E BC 64 23
Octal 0 233 263 144 15 0 36 274 144 43
Binary 0 10011011 10110011 1100100 1101 0 11110 10111100 1100100 100011

Color Harmonies of #009BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009BB3

Black with #009BB3

Text Example


Text Example

White with #009BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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