Html Css Color HEX #0094AA Bondi Blue

📋 copy color: '#0094AA'

red 0 ◦ green 148 ◦ blue 170

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

Shades of Bondi Blue #0094AA

Tints of Bondi Blue #0094AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 53.46%

R = 0%
G = 46.54%
B = 53.46%

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

#0094AA (or 0x0094AA) is known color: Bondi Blue. HEX triplet: 00, 94 and AA. RGB value is (0,148,170). Sum of RGB (Red+Green+Blue) = 0+148+170=318 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 318); Green value is 148 (58.20% from 255 or 46.54% from 318); Blue value is 170 (66.80% from 255 or 53.46% from 318); Max value from RGB is 170 - color contains mainly: blue. Hex color #0094AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0094AA is #FF6B55. Grayscale: #6A6A6A. Windows color (decimal): -16739158 or 11179008. OLE color: 11179008.

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

Color convert

RGB 0 148 170 -
CMYK 1 0.13 0 0.33
HSL 187.76º 1% 0.33% -
HSV(B) 187.76º 1% 0.67% -
XYZ 17.85 24.08 41.74 -
YUV 106.26 163.97 52.21 -
System Red Green Blue C M Y K H S L
Decimal 0 148 170 1 0.13 0 0.33 187.76 1 0.33
Hex 0 94 AA 64 D 0 21 BC 64 21
Octal 0 224 252 144 15 0 41 274 144 41
Binary 0 10010100 10101010 1100100 1101 0 100001 10111100 1100100 100001

Color Harmonies of #0094AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0094AA

Black with #0094AA

Text Example


Text Example

White with #0094AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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