#0995B4

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

Shades of Bondi Blue #0995B4

Tints of Bondi Blue #0995B4

Color information

#0995B4 (or 0x0995B4) is unknown color: approx Bondi Blue. HEX triplet: 09, 95 and B4. RGB value is (9,149,180). Sum of RGB (Red+Green+Blue) = 9+149+180=338 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.66% from 338); Green value is 149 (58.59% from 255 or 44.08% from 338); Blue value is 180 (70.70% from 255 or 53.25% from 338); Max value from RGB is 180 - color contains mainly: blue. Hex color #0995B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0995B4 is #F66A4B. Grayscale: #6E6E6E. Windows color (decimal): -16149068 or 11834633. OLE color: 11834633.

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

Color convert

RGB9149180-
CMYK0.950.1700.29
HSL190.88º90.48%37.06%-
HSV(B)190.88º95%70.59%-
XYZ19.124.8546.97-
YUV110.67167.1255.48-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.66%
GREEN value IS 149 (58.59% from 255) = 44.08%
BLUE value IS 180 (70.70% from 255) = 53.25%
R=2.66%
G=44.08%
B=53.25%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal91491800.950.1700.29190.8890.4837.06
Hex995B45F1101Dbf5a25
Octal112252641372103527713245
Binary10011001010110110100101111110001011101101111111011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0995B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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