#0095ba

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

Shades of Bondi Blue #0095BA

Tints of Bondi Blue #0095BA

Color information

#0095BA (or 0x0095BA) is unknown color: approx Bondi Blue. HEX triplet: 00, 95 and BA. RGB value is (0,149,186). Sum of RGB (Red+Green+Blue) = 0+149+186=335 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 335); Green value is 149 (58.59% from 255 or 44.48% from 335); Blue value is 186 (73.05% from 255 or 55.52% from 335); Max value from RGB is 186 - color contains mainly: blue. Hex color #0095BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0095BA is #FF6A45. Grayscale: #6C6C6C. Windows color (decimal): -16738886 or 12227840. OLE color: 12227840.

HSL color Cylindrical-coordinate representation of color #0095BA: hue angle of 191.94º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0095BA is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB0149186-
CMYK10.2000.27
HSL191.94º100%36.47%-
HSV(B)191.94º100%72.94%-
XYZ19.6125.0450.25-
YUV108.67171.6450.49-

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) = 44.48%
BLUE value IS 186 (73.05% from 255) = 55.52%
R=0%
G=44.48%
B=55.52%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal014918610.2000.27191.9410036.47
Hex095BA641401Bc06424
Octal02252721442403330014444
Binary01001010110111010110010010100011011110000001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0095ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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