Html Css Color HEX #0094AE Bondi Blue

📋 copy color: '#0094AE'

red 0 ◦ green 148 ◦ blue 174

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

Shades of Bondi Blue #0094AE

Tints of Bondi Blue #0094AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 54.04%

R = 0%
G = 45.96%
B = 54.04%

CMYK

 C value IS 1

 M value IS 0.15

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0094AE (or 0x0094AE) is known color: Bondi Blue. HEX triplet: 00, 94 and AE. RGB value is (0,148,174). Sum of RGB (Red+Green+Blue) = 0+148+174=322 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 322); Green value is 148 (58.20% from 255 or 45.96% from 322); Blue value is 174 (68.36% from 255 or 54.04% from 322); Max value from RGB is 174 - color contains mainly: blue. Hex color #0094AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0094AE is #FF6B51. Grayscale: #6A6A6A. Windows color (decimal): -16739154 or 11441152. OLE color: 11441152.

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

Color convert

RGB 0 148 174 -
CMYK 1 0.15 0 0.32
HSL 188.97º 1% 0.34% -
HSV(B) 188.97º 1% 0.68% -
XYZ 18.23 24.24 43.76 -
YUV 106.71 165.97 51.89 -
System Red Green Blue C M Y K H S L
Decimal 0 148 174 1 0.15 0 0.32 188.97 1 0.34
Hex 0 94 AE 64 F 0 20 BD 64 22
Octal 0 224 256 144 17 0 40 275 144 42
Binary 0 10010100 10101110 1100100 1111 0 100000 10111101 1100100 100010

Color Harmonies of #0094AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0094AE

Black with #0094AE

Text Example


Text Example

White with #0094AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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