#0F94B0

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

Shades of Bondi Blue #0F94B0

Tints of Bondi Blue #0F94B0

Color information

#0F94B0 (or 0x0F94B0) is unknown color: approx Bondi Blue. HEX triplet: 0F, 94 and B0. RGB value is (15,148,176). Sum of RGB (Red+Green+Blue) = 15+148+176=339 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.42% from 339); Green value is 148 (58.20% from 255 or 43.66% from 339); Blue value is 176 (69.14% from 255 or 51.92% from 339); Max value from RGB is 176 - color contains mainly: blue. Hex color #0F94B0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F94B0 is #F06B4F. Grayscale: #6F6F6F. Windows color (decimal): -15756112 or 11572239. OLE color: 11572239.

HSL color Cylindrical-coordinate representation of color #0F94B0: hue angle of 190.43º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F94B0 is Cyan = 0.91, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15148176-
CMYK0.910.1600.31
HSL190.43º84.29%37.45%-
HSV(B)190.43º91.48%69.02%-
XYZ18.6224.4244.81-
YUV111.42164.4459.22-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.42%
GREEN value IS 148 (58.20% from 255) = 43.66%
BLUE value IS 176 (69.14% from 255) = 51.92%
R=4.42%
G=43.66%
B=51.92%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal151481760.910.1600.31190.4384.2937.45
HexF94B05B1001Fbe5425
Octal172242601332003727612445
Binary11111001010010110000101101110000011111101111101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F94B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,148,176); }

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

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

 a { background-color: rgb(15,148,176); }

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

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

 span { border-color: rgb(15,148,176); }

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