Html Css Color HEX #009AB3 Bondi Blue

📋 copy color: '#009AB3'

red 0 ◦ green 154 ◦ blue 179

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

Shades of Bondi Blue #009AB3

Tints of Bondi Blue #009AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 53.75%

R = 0%
G = 46.25%
B = 53.75%

CMYK

 C value IS 1

 M value IS 0.14

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#009AB3 (or 0x009AB3) is known color: Bondi Blue. HEX triplet: 00, 9A and B3. RGB value is (0,154,179). Sum of RGB (Red+Green+Blue) = 0+154+179=333 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 333); Green value is 154 (60.55% from 255 or 46.25% from 333); Blue value is 179 (70.31% from 255 or 53.75% from 333); Max value from RGB is 179 - color contains mainly: blue. Hex color #009AB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009AB3 is #FF654C. Grayscale: #6E6E6E. Windows color (decimal): -16737613 or 11770368. OLE color: 11770368.

HSL color Cylindrical-coordinate representation of color #009AB3: hue angle of 188.38º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009AB3 is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 0 154 179 -
CMYK 1 0.14 0 0.30
HSL 188.38º 1% 0.35% -
HSV(B) 188.38º 1% 0.7% -
XYZ 19.69 26.37 46.7 -
YUV 110.8 166.48 48.97 -
System Red Green Blue C M Y K H S L
Decimal 0 154 179 1 0.14 0 0.30 188.38 1 0.35
Hex 0 9A B3 64 E 0 1E BC 64 23
Octal 0 232 263 144 16 0 36 274 144 43
Binary 0 10011010 10110011 1100100 1110 0 11110 10111100 1100100 100011

Color Harmonies of #009AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009AB3

Black with #009AB3

Text Example


Text Example

White with #009AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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