Html Css Color HEX #009ABA Bondi Blue

📋 copy color: '#009ABA'

red 0 ◦ green 154 ◦ blue 186

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

Shades of Bondi Blue #009ABA

Tints of Bondi Blue #009ABA

RGB

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

 GREEN value IS 154 (60.55% from 255) = 45.29%

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

R = 0%
G = 45.29%
B = 54.71%

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

#009ABA (or 0x009ABA) is known color: Bondi Blue. HEX triplet: 00, 9A and BA. RGB value is (0,154,186). Sum of RGB (Red+Green+Blue) = 0+154+186=340 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 340); Green value is 154 (60.55% from 255 or 45.29% from 340); Blue value is 186 (73.05% from 255 or 54.71% from 340); Max value from RGB is 186 - color contains mainly: blue. Hex color #009ABA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009ABA is #FF6545. Grayscale: #6F6F6F. Windows color (decimal): -16737606 or 12229120. OLE color: 12229120.

HSL color Cylindrical-coordinate representation of color #009ABA: hue angle of 190.32º 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 #009ABA is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 0 154 186 -
CMYK 1 0.17 0 0.27
HSL 190.32º 1% 0.36% -
HSV(B) 190.32º 1% 0.73% -
XYZ 20.42 26.66 50.52 -
YUV 111.6 169.98 48.4 -
System Red Green Blue C M Y K H S L
Decimal 0 154 186 1 0.17 0 0.27 190.32 1 0.36
Hex 0 9A BA 64 11 0 1B BE 64 24
Octal 0 232 272 144 21 0 33 276 144 44
Binary 0 10011010 10111010 1100100 10001 0 11011 10111110 1100100 100100

Color Harmonies of #009ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009ABA

Black with #009ABA

Text Example


Text Example

White with #009ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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