#0095AC

Color #0095AC Bondi Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bondi Blue #0095AC

Tints of Bondi Blue #0095AC

Color information

#0095AC (or 0x0095AC) is unknown color: approx Bondi Blue. HEX triplet: 00, 95 and AC. RGB value is (0,149,172). Sum of RGB (Red+Green+Blue) = 0+149+172=321 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 321); Green value is 149 (58.59% from 255 or 46.42% from 321); Blue value is 172 (67.58% from 255 or 53.58% from 321); Max value from RGB is 172 - color contains mainly: blue. Hex color #0095AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0095AC is #FF6A53. Grayscale: #6A6A6A. Windows color (decimal): -16738900 or 11310336. OLE color: 11310336.

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

Color convert

RGB0149172-
CMYK10.1300.33
HSL188.02º100%33.73%-
HSV(B)188.02º100%67.45%-
XYZ18.1924.4742.79-
YUV107.07164.6451.63-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 149 (58.59% from 255) = 46.42%
BLUE value IS 172 (67.58% from 255) = 53.58%
R=0%
G=46.42%
B=53.58%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal014917210.1300.33188.0210033.73
Hex095AC64D021bc6422
Octal02252541441504127414442
Binary01001010110101100110010011010100001101111001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0095AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0095AC;
 }
 .AnyTagClassName
 {
   color: #0095AC;
 }
</style>
background-color css

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

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

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

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

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

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