Html Css Color HEX #009AB6 Bondi Blue

📋 copy color: '#009AB6'

red 0 ◦ green 154 ◦ blue 182

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

Shades of Bondi Blue #009AB6

Tints of Bondi Blue #009AB6

RGB

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

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

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

R = 0%
G = 45.83%
B = 54.17%

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

#009AB6 (or 0x009AB6) is known color: Bondi Blue. HEX triplet: 00, 9A and B6. RGB value is (0,154,182). Sum of RGB (Red+Green+Blue) = 0+154+182=336 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 336); Green value is 154 (60.55% from 255 or 45.83% from 336); Blue value is 182 (71.48% from 255 or 54.17% from 336); Max value from RGB is 182 - color contains mainly: blue. Hex color #009AB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009AB6 is #FF6549. Grayscale: #6E6E6E. Windows color (decimal): -16737610 or 11966976. OLE color: 11966976.

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

Color convert

RGB 0 154 182 -
CMYK 1 0.15 0 0.29
HSL 189.23º 1% 0.36% -
HSV(B) 189.23º 1% 0.71% -
XYZ 20 26.49 48.31 -
YUV 111.15 167.98 48.72 -
System Red Green Blue C M Y K H S L
Decimal 0 154 182 1 0.15 0 0.29 189.23 1 0.36
Hex 0 9A B6 64 F 0 1D BD 64 24
Octal 0 232 266 144 17 0 35 275 144 44
Binary 0 10011010 10110110 1100100 1111 0 11101 10111101 1100100 100100

Color Harmonies of #009AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009AB6

Black with #009AB6

Text Example


Text Example

White with #009AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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