#0FA0AF

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

Shades of Bondi Blue #0FA0AF

Tints of Bondi Blue #0FA0AF

Color information

#0FA0AF (or 0x0FA0AF) is unknown color: approx Bondi Blue. HEX triplet: 0F, A0 and AF. RGB value is (15,160,175). Sum of RGB (Red+Green+Blue) = 15+160+175=350 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.29% from 350); Green value is 160 (62.89% from 255 or 45.71% from 350); Blue value is 175 (68.75% from 255 or 50% from 350); Max value from RGB is 175 - color contains mainly: blue. Hex color #0FA0AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA0AF is #F05F50. Grayscale: #767676. Windows color (decimal): -15753041 or 11509775. OLE color: 11509775.

HSL color Cylindrical-coordinate representation of color #0FA0AF: hue angle of 185.62º 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 #0FA0AF is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15160175-
CMYK0.910.0900.31
HSL185.62º84.21%37.25%-
HSV(B)185.62º91.43%68.63%-
XYZ20.5128.3444.95-
YUV118.35159.9654.28-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.29%
GREEN value IS 160 (62.89% from 255) = 45.71%
BLUE value IS 175 (68.75% from 255) = 50%
R=4.29%
G=45.71%
B=50%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal151601750.910.0900.31185.6284.2137.25
HexFA0AF5B901Fba5425
Octal172402571331103727212445
Binary1111101000001010111110110111001011111101110101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FA0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,160,175); }

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

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

 a { background-color: rgb(15,160,175); }

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

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

 span { border-color: rgb(15,160,175); }

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