Html Css Color HEX #009BBA Bondi Blue

📋 copy color: '#009BBA'

red 0 ◦ green 155 ◦ blue 186

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

Shades of Bondi Blue #009BBA

Tints of Bondi Blue #009BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 54.55%

R = 0%
G = 45.45%
B = 54.55%

CMYK

 C value IS 1

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#009BBA (or 0x009BBA) is known color: Bondi Blue. HEX triplet: 00, 9B and BA. RGB value is (0,155,186). Sum of RGB (Red+Green+Blue) = 0+155+186=341 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 341); Green value is 155 (60.94% from 255 or 45.45% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #009BBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009BBA is #FF6445. Grayscale: #6F6F6F. Windows color (decimal): -16737350 or 12229376. OLE color: 12229376.

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

Color convert

RGB 0 155 186 -
CMYK 1 0.17 0 0.27
HSL 190º 1% 0.36% -
HSV(B) 190º 1% 0.73% -
XYZ 20.58 26.99 50.58 -
YUV 112.19 169.65 47.98 -
System Red Green Blue C M Y K H S L
Decimal 0 155 186 1 0.17 0 0.27 190 1 0.36
Hex 0 9B BA 64 11 0 1B BE 64 24
Octal 0 233 272 144 21 0 33 276 144 44
Binary 0 10011011 10111010 1100100 10001 0 11011 10111110 1100100 100100

Color Harmonies of #009BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009BBA

Black with #009BBA

Text Example


Text Example

White with #009BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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