Html Css Color HEX #0094AB Bondi Blue

📋 copy color: '#0094AB'

red 0 ◦ green 148 ◦ blue 171

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

Shades of Bondi Blue #0094AB

Tints of Bondi Blue #0094AB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.39%

 BLUE value IS 171 (67.19% from 255) = 53.61%

R = 0%
G = 46.39%
B = 53.61%

CMYK

 C value IS 1

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0094AB (or 0x0094AB) is known color: Bondi Blue. HEX triplet: 00, 94 and AB. RGB value is (0,148,171). Sum of RGB (Red+Green+Blue) = 0+148+171=319 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 319); Green value is 148 (58.20% from 255 or 46.39% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #0094AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0094AB is #FF6B54. Grayscale: #6A6A6A. Windows color (decimal): -16739157 or 11244544. OLE color: 11244544.

HSL color Cylindrical-coordinate representation of color #0094AB: hue angle of 188.07º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0094AB is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 0 148 171 -
CMYK 1 0.13 0 0.33
HSL 188.07º 1% 0.34% -
HSV(B) 188.07º 1% 0.67% -
XYZ 17.94 24.12 42.24 -
YUV 106.37 164.47 52.13 -
System Red Green Blue C M Y K H S L
Decimal 0 148 171 1 0.13 0 0.33 188.07 1 0.34
Hex 0 94 AB 64 D 0 21 BC 64 22
Octal 0 224 253 144 15 0 41 274 144 42
Binary 0 10010100 10101011 1100100 1101 0 100001 10111100 1100100 100010

Color Harmonies of #0094AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0094AB

Black with #0094AB

Text Example


Text Example

White with #0094AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0094AB; }

 p { color: rgb(0,148,171); }

 H1.HeaderClassName
 {
   color: #0094AB;
 }
 .AnyTagClassName
 {
   color: #0094AB;
 }
</style>

background-color css

<style>
 a { background-color: #0094AB; }

 a { background-color: rgb(0,148,171); }

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

border-color css

<style>
 span { border-color: #0094AB; }

 span { border-color: rgb(0,148,171); }

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