#0FA5B4

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

Shades of Bondi Blue #0FA5B4

Tints of Bondi Blue #0FA5B4

Color information

#0FA5B4 (or 0x0FA5B4) is unknown color: approx Bondi Blue. HEX triplet: 0F, A5 and B4. RGB value is (15,165,180). Sum of RGB (Red+Green+Blue) = 15+165+180=360 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.17% from 360); Green value is 165 (64.84% from 255 or 45.83% from 360); Blue value is 180 (70.70% from 255 or 50% from 360); Max value from RGB is 180 - color contains mainly: blue. Hex color #0FA5B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FA5B4 is #F05A4B. Grayscale: #797979. Windows color (decimal): -15751756 or 11838735. OLE color: 11838735.

HSL color Cylindrical-coordinate representation of color #0FA5B4: hue angle of 185.45º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FA5B4 is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB15165180-
CMYK0.920.0800.29
HSL185.45º84.62%38.24%-
HSV(B)185.45º91.67%70.59%-
XYZ21.8930.3147.88-
YUV121.86160.851.78-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.17%
GREEN value IS 165 (64.84% from 255) = 45.83%
BLUE value IS 180 (70.70% from 255) = 50%
R=4.17%
G=45.83%
B=50%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal151651800.920.0800.29185.4584.6238.24
HexFA5B45C801Db95526
Octal172452641341003527112546
Binary1111101001011011010010111001000011101101110011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FA5B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,165,180); }

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

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

 a { background-color: rgb(15,165,180); }

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

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

 span { border-color: rgb(15,165,180); }

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