Html Css Color HEX #0094AC Bondi Blue

📋 copy color: '#0094AC'

red 0 ◦ green 148 ◦ blue 172

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

Shades of Bondi Blue #0094AC

Tints of Bondi Blue #0094AC

RGB

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

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

 BLUE value IS 172 (67.58% 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.33

RGB Variations

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

Color information

#0094AC (or 0x0094AC) is known color: Bondi Blue. HEX triplet: 00, 94 and AC. RGB value is (0,148,172). Sum of RGB (Red+Green+Blue) = 0+148+172=320 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 320); Green value is 148 (58.20% from 255 or 46.25% from 320); Blue value is 172 (67.58% from 255 or 53.75% from 320); Max value from RGB is 172 - color contains mainly: blue. Hex color #0094AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0094AC is #FF6B53. Grayscale: #6A6A6A. Windows color (decimal): -16739156 or 11310080. OLE color: 11310080.

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

Color convert

RGB 0 148 172 -
CMYK 1 0.14 0 0.33
HSL 188.37º 1% 0.34% -
HSV(B) 188.37º 1% 0.67% -
XYZ 18.04 24.16 42.74 -
YUV 106.48 164.97 52.05 -
System Red Green Blue C M Y K H S L
Decimal 0 148 172 1 0.14 0 0.33 188.37 1 0.34
Hex 0 94 AC 64 E 0 21 BC 64 22
Octal 0 224 254 144 16 0 41 274 144 42
Binary 0 10010100 10101100 1100100 1110 0 100001 10111100 1100100 100010

Color Harmonies of #0094AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0094AC

Black with #0094AC

Text Example


Text Example

White with #0094AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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