#0095BE

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

Shades of Bondi Blue #0095BE

Tints of Bondi Blue #0095BE

Color information

#0095BE (or 0x0095BE) is unknown color: approx Bondi Blue. HEX triplet: 00, 95 and BE. RGB value is (0,149,190). Sum of RGB (Red+Green+Blue) = 0+149+190=339 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 339); Green value is 149 (58.59% from 255 or 43.95% from 339); Blue value is 190 (74.61% from 255 or 56.05% from 339); Max value from RGB is 190 - color contains mainly: blue. Hex color #0095BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0095BE is #FF6A41. Grayscale: #6C6C6C. Windows color (decimal): -16738882 or 12489984. OLE color: 12489984.

HSL color Cylindrical-coordinate representation of color #0095BE: hue angle of 192.95º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0095BE is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB0149190-
CMYK10.2200.25
HSL192.95º100%37.25%-
HSV(B)192.95º100%74.51%-
XYZ20.0425.2152.53-
YUV109.12173.6450.17-

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) = 43.95%
BLUE value IS 190 (74.61% from 255) = 56.05%
R=0%
G=43.95%
B=56.05%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal014919010.2200.25192.9510037.25
Hex095BE6416019c16425
Octal02252761442603130114445
Binary01001010110111110110010010110011001110000011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0095BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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