Html Css Color HEX #009BB6 Bondi Blue

📋 copy color: '#009BB6'

red 0 ◦ green 155 ◦ blue 182

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

Shades of Bondi Blue #009BB6

Tints of Bondi Blue #009BB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 54.01%

R = 0%
G = 45.99%
B = 54.01%

CMYK

 C value IS 1

 M value IS 0.15

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#009BB6 (or 0x009BB6) is known color: Bondi Blue. HEX triplet: 00, 9B and B6. RGB value is (0,155,182). Sum of RGB (Red+Green+Blue) = 0+155+182=337 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 337); Green value is 155 (60.94% from 255 or 45.99% from 337); Blue value is 182 (71.48% from 255 or 54.01% from 337); Max value from RGB is 182 - color contains mainly: blue. Hex color #009BB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009BB6 is #FF6449. Grayscale: #6F6F6F. Windows color (decimal): -16737354 or 11967232. OLE color: 11967232.

HSL color Cylindrical-coordinate representation of color #009BB6: hue angle of 188.9º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009BB6 is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 0 155 182 -
CMYK 1 0.15 0 0.29
HSL 188.9º 1% 0.36% -
HSV(B) 188.9º 1% 0.71% -
XYZ 20.16 26.82 48.37 -
YUV 111.73 167.65 48.3 -
System Red Green Blue C M Y K H S L
Decimal 0 155 182 1 0.15 0 0.29 188.9 1 0.36
Hex 0 9B B6 64 F 0 1D BD 64 24
Octal 0 233 266 144 17 0 35 275 144 44
Binary 0 10011011 10110110 1100100 1111 0 11101 10111101 1100100 100100

Color Harmonies of #009BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009BB6

Black with #009BB6

Text Example


Text Example

White with #009BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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