#0FA3B7

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

Shades of Bondi Blue #0FA3B7

Tints of Bondi Blue #0FA3B7

Color information

#0FA3B7 (or 0x0FA3B7) is unknown color: approx Bondi Blue. HEX triplet: 0F, A3 and B7. RGB value is (15,163,183). Sum of RGB (Red+Green+Blue) = 15+163+183=361 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.16% from 361); Green value is 163 (64.06% from 255 or 45.15% from 361); Blue value is 183 (71.88% from 255 or 50.69% from 361); Max value from RGB is 183 - color contains mainly: blue. Hex color #0FA3B7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FA3B7 is #F05C48. Grayscale: #787878. Windows color (decimal): -15752265 or 12034831. OLE color: 12034831.

HSL color Cylindrical-coordinate representation of color #0FA3B7: hue angle of 187.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 #0FA3B7 is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB15163183-
CMYK0.920.1100.28
HSL187.14º84.85%38.82%-
HSV(B)187.14º91.8%71.76%-
XYZ21.8429.7149.38-
YUV121.03162.9752.37-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.16%
GREEN value IS 163 (64.06% from 255) = 45.15%
BLUE value IS 183 (71.88% from 255) = 50.69%
R=4.16%
G=45.15%
B=50.69%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal151631830.920.1100.28187.1484.8538.82
HexFA3B75CB01Cbb5527
Octal172432671341303427312547
Binary1111101000111011011110111001011011100101110111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FA3B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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