#0095B4

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

Shades of Bondi Blue #0095B4

Tints of Bondi Blue #0095B4

Color information

#0095B4 (or 0x0095B4) is unknown color: approx Bondi Blue. HEX triplet: 00, 95 and B4. RGB value is (0,149,180). Sum of RGB (Red+Green+Blue) = 0+149+180=329 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 329); Green value is 149 (58.59% from 255 or 45.29% from 329); Blue value is 180 (70.70% from 255 or 54.71% from 329); Max value from RGB is 180 - color contains mainly: blue. Hex color #0095B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0095B4 is #FF6A4B. Grayscale: #6B6B6B. Windows color (decimal): -16738892 or 11834624. OLE color: 11834624.

HSL color Cylindrical-coordinate representation of color #0095B4: hue angle of 190.33º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0095B4 is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB0149180-
CMYK10.1700.29
HSL190.33º100%35.29%-
HSV(B)190.33º100%70.59%-
XYZ18.9924.7946.96-
YUV107.98168.6450.98-

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) = 45.29%
BLUE value IS 180 (70.70% from 255) = 54.71%
R=0%
G=45.29%
B=54.71%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal014918010.1700.29190.3310035.29
Hex095B4641101Dbe6423
Octal02252641442103527614443
Binary01001010110110100110010010001011101101111101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0095B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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