#0f95aa

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

Shades of Bondi Blue #0F95AA

Tints of Bondi Blue #0F95AA

Color information

#0F95AA (or 0x0F95AA) is unknown color: approx Bondi Blue. HEX triplet: 0F, 95 and AA. RGB value is (15,149,170). Sum of RGB (Red+Green+Blue) = 15+149+170=334 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.49% from 334); Green value is 149 (58.59% from 255 or 44.61% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #0F95AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F95AA is #F06A55. Grayscale: #6F6F6F. Windows color (decimal): -15755862 or 11179279. OLE color: 11179279.

HSL color Cylindrical-coordinate representation of color #0F95AA: hue angle of 188.13º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F95AA is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15149170-
CMYK0.910.1200.33
HSL188.13º83.78%36.27%-
HSV(B)188.13º91.18%66.67%-
XYZ18.224.541.8-
YUV111.33161.1159.29-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.49%
GREEN value IS 149 (58.59% from 255) = 44.61%
BLUE value IS 170 (66.80% from 255) = 50.90%
R=4.49%
G=44.61%
B=50.90%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal151491700.910.1200.33188.1383.7836.27
HexF95AA5BC021bc5424
Octal172252521331404127412444
Binary11111001010110101010101101111000100001101111001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f95aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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