#0995B3

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

Shades of Bondi Blue #0995B3

Tints of Bondi Blue #0995B3

Color information

#0995B3 (or 0x0995B3) is unknown color: approx Bondi Blue. HEX triplet: 09, 95 and B3. RGB value is (9,149,179). Sum of RGB (Red+Green+Blue) = 9+149+179=337 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.67% from 337); Green value is 149 (58.59% from 255 or 44.21% from 337); Blue value is 179 (70.31% from 255 or 53.12% from 337); Max value from RGB is 179 - color contains mainly: blue. Hex color #0995B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0995B3 is #F66A4C. Grayscale: #6E6E6E. Windows color (decimal): -16149069 or 11769097. OLE color: 11769097.

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

Color convert

RGB9149179-
CMYK0.950.1700.30
HSL190.59º90.43%36.86%-
HSV(B)190.59º94.97%70.2%-
XYZ1924.8146.43-
YUV110.56166.6255.56-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.67%
GREEN value IS 149 (58.59% from 255) = 44.21%
BLUE value IS 179 (70.31% from 255) = 53.12%
R=2.67%
G=44.21%
B=53.12%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal91491790.950.1700.30190.5990.4336.86
Hex995B35F1101Ebf5a25
Octal112252631372103627713245
Binary10011001010110110011101111110001011110101111111011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0995B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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