Html Css Color HEX #009ABB Bondi Blue

📋 copy color: '#009ABB'

red 0 ◦ green 154 ◦ blue 187

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

Shades of Bondi Blue #009ABB

Tints of Bondi Blue #009ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 54.84%

R = 0%
G = 45.16%
B = 54.84%

CMYK

 C value IS 1

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#009ABB (or 0x009ABB) is known color: Bondi Blue. HEX triplet: 00, 9A and BB. RGB value is (0,154,187). Sum of RGB (Red+Green+Blue) = 0+154+187=341 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 341); Green value is 154 (60.55% from 255 or 45.16% from 341); Blue value is 187 (73.44% from 255 or 54.84% from 341); Max value from RGB is 187 - color contains mainly: blue. Hex color #009ABB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009ABB is #FF6544. Grayscale: #6F6F6F. Windows color (decimal): -16737605 or 12294656. OLE color: 12294656.

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

Color convert

RGB 0 154 187 -
CMYK 1 0.18 0 0.27
HSL 190.59º 1% 0.37% -
HSV(B) 190.59º 1% 0.73% -
XYZ 20.53 26.7 51.09 -
YUV 111.72 170.48 48.32 -
System Red Green Blue C M Y K H S L
Decimal 0 154 187 1 0.18 0 0.27 190.59 1 0.37
Hex 0 9A BB 64 12 0 1B BF 64 25
Octal 0 232 273 144 22 0 33 277 144 45
Binary 0 10011010 10111011 1100100 10010 0 11011 10111111 1100100 100101

Color Harmonies of #009ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009ABB

Black with #009ABB

Text Example


Text Example

White with #009ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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