Html Css Color HEX #0094AD Bondi Blue

📋 copy color: '#0094AD'

red 0 ◦ green 148 ◦ blue 173

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

Shades of Bondi Blue #0094AD

Tints of Bondi Blue #0094AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 53.89%

R = 0%
G = 46.11%
B = 53.89%

CMYK

 C value IS 1

 M value IS 0.14

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0094AD (or 0x0094AD) is known color: Bondi Blue. HEX triplet: 00, 94 and AD. RGB value is (0,148,173). Sum of RGB (Red+Green+Blue) = 0+148+173=321 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 321); Green value is 148 (58.20% from 255 or 46.11% from 321); Blue value is 173 (67.97% from 255 or 53.89% from 321); Max value from RGB is 173 - color contains mainly: blue. Hex color #0094AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0094AD is #FF6B52. Grayscale: #6A6A6A. Windows color (decimal): -16739155 or 11375616. OLE color: 11375616.

HSL color Cylindrical-coordinate representation of color #0094AD: hue angle of 188.67º 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 #0094AD is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 0 148 173 -
CMYK 1 0.14 0 0.32
HSL 188.67º 1% 0.34% -
HSV(B) 188.67º 1% 0.68% -
XYZ 18.13 24.2 43.25 -
YUV 106.6 165.47 51.97 -
System Red Green Blue C M Y K H S L
Decimal 0 148 173 1 0.14 0 0.32 188.67 1 0.34
Hex 0 94 AD 64 E 0 20 BD 64 22
Octal 0 224 255 144 16 0 40 275 144 42
Binary 0 10010100 10101101 1100100 1110 0 100000 10111101 1100100 100010

Color Harmonies of #0094AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0094AD

Black with #0094AD

Text Example


Text Example

White with #0094AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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