#0F95B7

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

Shades of Bondi Blue #0F95B7

Tints of Bondi Blue #0F95B7

Color information

#0F95B7 (or 0x0F95B7) is unknown color: approx Bondi Blue. HEX triplet: 0F, 95 and B7. RGB value is (15,149,183). Sum of RGB (Red+Green+Blue) = 15+149+183=347 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.32% from 347); Green value is 149 (58.59% from 255 or 42.94% from 347); Blue value is 183 (71.88% from 255 or 52.74% from 347); Max value from RGB is 183 - color contains mainly: blue. Hex color #0F95B7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F95B7 is #F06A48. Grayscale: #707070. Windows color (decimal): -15755849 or 12031247. OLE color: 12031247.

HSL color Cylindrical-coordinate representation of color #0F95B7: hue angle of 192.14º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F95B7 is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB15149183-
CMYK0.920.1900.28
HSL192.14º84.85%38.82%-
HSV(B)192.14º91.8%71.76%-
XYZ19.4925.0248.6-
YUV112.81167.6158.24-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.32%
GREEN value IS 149 (58.59% from 255) = 42.94%
BLUE value IS 183 (71.88% from 255) = 52.74%
R=4.32%
G=42.94%
B=52.74%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal151491830.920.1900.28192.1484.8538.82
HexF95B75C1301Cc05527
Octal172252671342303430012547
Binary11111001010110110111101110010011011100110000001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F95B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F95B7; }

 p { color: rgb(15,149,183); }

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

<style>
 a { background-color: #0F95B7; }

 a { background-color: rgb(15,149,183); }

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

<style>
 span { border-color: #0F95B7; }

 span { border-color: rgb(15,149,183); }

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